pub struct LightRed;
Expand description
High-intensity light red.
Implementations§
Trait Implementations§
impl Copy for LightRed
Auto Trait Implementations§
impl RefUnwindSafe for LightRed
impl Send for LightRed
impl Sync for LightRed
impl Unpin for LightRed
impl UnwindSafe for LightRed
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