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