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