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