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