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