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