Struct disco_quick::label::LabelInfo
source · pub struct LabelInfo {
pub id: u32,
pub name: String,
}Fields§
§id: u32§name: StringTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LabelInfo
impl Send for LabelInfo
impl Sync for LabelInfo
impl Unpin for LabelInfo
impl UnwindSafe for LabelInfo
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