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