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