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