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