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