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