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