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