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