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