pub struct LabelStat {
pub label: String,
}
Fields§
§label: String
Trait Implementations§
impl StructuralPartialEq for LabelStat
Auto Trait Implementations§
impl Freeze for LabelStat
impl RefUnwindSafe for LabelStat
impl Send for LabelStat
impl Sync for LabelStat
impl Unpin for LabelStat
impl UnwindSafe for LabelStat
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