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