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