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