pub struct Status<SN>{
pub name: SN,
pub color: StatusColor,
}
Fields§
§name: SN
§color: StatusColor
Trait Implementations§
Auto Trait Implementations§
impl<SN> Freeze for Status<SN>where
SN: Freeze,
impl<SN> RefUnwindSafe for Status<SN>where
SN: RefUnwindSafe,
impl<SN> Send for Status<SN>where
SN: Send,
impl<SN> Sync for Status<SN>where
SN: Sync,
impl<SN> Unpin for Status<SN>where
SN: Unpin,
impl<SN> UnwindSafe for Status<SN>where
SN: UnwindSafe,
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