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