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