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