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