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