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