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