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