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