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