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