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