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