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