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