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