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