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