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