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