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