pub struct YarnLock;Implementations§
Auto Trait Implementations§
impl Freeze for YarnLock
impl RefUnwindSafe for YarnLock
impl Send for YarnLock
impl Sync for YarnLock
impl Unpin for YarnLock
impl UnsafeUnpin for YarnLock
impl UnwindSafe for YarnLock
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