Struct vidi::util::flock::NotAvailable
source · pub struct NotAvailable;
Auto Trait Implementations§
impl Freeze for NotAvailable
impl RefUnwindSafe for NotAvailable
impl Send for NotAvailable
impl Sync for NotAvailable
impl Unpin for NotAvailable
impl UnwindSafe for NotAvailable
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