pub struct LabelOptions {
pub name: String,
pub color: String,
pub description: String,
}Fields§
§name: String§color: String§description: StringImplementations§
Trait Implementations§
Source§impl Debug for LabelOptions
impl Debug for LabelOptions
Auto Trait Implementations§
impl Freeze for LabelOptions
impl RefUnwindSafe for LabelOptions
impl Send for LabelOptions
impl Sync for LabelOptions
impl Unpin for LabelOptions
impl UnwindSafe for LabelOptions
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