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