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