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