pub struct LabelCatalogEntry {
pub id: String,
pub name: String,
pub color: Option<String>,
pub parent_id: Option<String>,
}Fields§
§id: String§name: String§color: Option<String>§parent_id: Option<String>Trait Implementations§
Source§impl Clone for LabelCatalogEntry
impl Clone for LabelCatalogEntry
Source§fn clone(&self) -> LabelCatalogEntry
fn clone(&self) -> LabelCatalogEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LabelCatalogEntry
impl RefUnwindSafe for LabelCatalogEntry
impl Send for LabelCatalogEntry
impl Sync for LabelCatalogEntry
impl Unpin for LabelCatalogEntry
impl UnsafeUnpin for LabelCatalogEntry
impl UnwindSafe for LabelCatalogEntry
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