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