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