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