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