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