pub struct RawLockfile { /* private fields */ }Implementations§
Source§impl RawLockfile
impl RawLockfile
Trait Implementations§
Source§impl Debug for RawLockfile
impl Debug for RawLockfile
Auto Trait Implementations§
impl Freeze for RawLockfile
impl !RefUnwindSafe for RawLockfile
impl !Send for RawLockfile
impl !Sync for RawLockfile
impl Unpin for RawLockfile
impl !UnwindSafe for RawLockfile
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