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