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