pub enum CreateOrEmpty {}Available on
Linux only.Trait Implementations§
impl OpenMode for CreateOrEmpty
impl Permanent for CreateOrEmpty
Auto Trait Implementations§
impl Freeze for CreateOrEmpty
impl RefUnwindSafe for CreateOrEmpty
impl Send for CreateOrEmpty
impl Sync for CreateOrEmpty
impl Unpin for CreateOrEmpty
impl UnwindSafe for CreateOrEmpty
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more