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