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