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