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