pub enum CreateIfMissing {}Available on
Linux only.Trait Implementations§
impl OpenMode for CreateIfMissing
impl Permanent for CreateIfMissing
Auto Trait Implementations§
impl Freeze for CreateIfMissing
impl RefUnwindSafe for CreateIfMissing
impl Send for CreateIfMissing
impl Sync for CreateIfMissing
impl Unpin for CreateIfMissing
impl UnwindSafe for CreateIfMissing
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