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