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