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