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