pub struct LabelGroup {
pub name: String,
pub labels: Vec<Label>,
}Fields§
§name: String§labels: Vec<Label>Trait Implementations§
Auto Trait Implementations§
impl Freeze for LabelGroup
impl RefUnwindSafe for LabelGroup
impl Send for LabelGroup
impl Sync for LabelGroup
impl Unpin for LabelGroup
impl UnwindSafe for LabelGroup
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