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