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