pub struct LabelSpec {
pub name: String,
pub description: Option<String>,
pub style: Option<Value>,
pub applies_to: LabelAppliesTo,
}Fields§
§name: String§description: Option<String>§style: Option<Value>§applies_to: LabelAppliesToTrait Implementations§
impl StructuralPartialEq for LabelSpec
Auto Trait Implementations§
impl Freeze for LabelSpec
impl RefUnwindSafe for LabelSpec
impl Send for LabelSpec
impl Sync for LabelSpec
impl Unpin for LabelSpec
impl UnsafeUnpin for LabelSpec
impl UnwindSafe for LabelSpec
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