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