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