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