pub struct LabelSet { /* private fields */ }Expand description
A label set for a graph node.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LabelSet
impl RefUnwindSafe for LabelSet
impl Send for LabelSet
impl Sync for LabelSet
impl Unpin for LabelSet
impl UnsafeUnpin for LabelSet
impl UnwindSafe for LabelSet
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