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