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