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