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