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