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