pub struct LabelItem {
pub target: VarId,
pub labels: Vec<TypeId>,
}Expand description
Labels added to or removed from a bound node variable.
Fields§
§target: VarIdBound node variable.
labels: Vec<TypeId>Labels resolved through the runtime/ontology catalog.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LabelItem
impl<'de> Deserialize<'de> for LabelItem
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for LabelItem
Auto Trait Implementations§
impl Freeze for LabelItem
impl RefUnwindSafe for LabelItem
impl Send for LabelItem
impl Sync for LabelItem
impl Unpin for LabelItem
impl UnsafeUnpin for LabelItem
impl UnwindSafe for LabelItem
Blanket Implementations§
impl<T> Allocation for T
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