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