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