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