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