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