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