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