pub struct StructuralClassPropertyIriOrLabel;Trait Implementations§
source§impl PartialEq<&str> for StructuralClassPropertyIriOrLabel
impl PartialEq<&str> for StructuralClassPropertyIriOrLabel
source§impl PartialEq<StructuralClassPropertyIriOrLabel> for &str
impl PartialEq<StructuralClassPropertyIriOrLabel> for &str
source§fn eq(&self, other: &StructuralClassPropertyIriOrLabel) -> bool
fn eq(&self, other: &StructuralClassPropertyIriOrLabel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for StructuralClassPropertyIriOrLabel
impl RefUnwindSafe for StructuralClassPropertyIriOrLabel
impl Send for StructuralClassPropertyIriOrLabel
impl Sync for StructuralClassPropertyIriOrLabel
impl Unpin for StructuralClassPropertyIriOrLabel
impl UnwindSafe for StructuralClassPropertyIriOrLabel
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