pub struct ResultCommentPropertyIri;Trait Implementations§
Source§impl PartialEq<&str> for ResultCommentPropertyIri
impl PartialEq<&str> for ResultCommentPropertyIri
Source§impl PartialEq<ResultCommentPropertyIri> for &str
impl PartialEq<ResultCommentPropertyIri> for &str
Auto Trait Implementations§
impl Freeze for ResultCommentPropertyIri
impl RefUnwindSafe for ResultCommentPropertyIri
impl Send for ResultCommentPropertyIri
impl Sync for ResultCommentPropertyIri
impl Unpin for ResultCommentPropertyIri
impl UnwindSafe for ResultCommentPropertyIri
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