pub struct SelectWave(pub Wave, pub Choices);
Expand description
A selected wave. The second element of the tuple represents the choices for which this wave would be selected.
Tuple Fields§
§0: Wave
§1: Choices
Trait Implementations§
Source§impl Clone for SelectWave
impl Clone for SelectWave
Source§fn clone(&self) -> SelectWave
fn clone(&self) -> SelectWave
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SelectWave
impl Debug for SelectWave
Source§impl PartialEq for SelectWave
impl PartialEq for SelectWave
impl Eq for SelectWave
impl StructuralPartialEq for SelectWave
Auto Trait Implementations§
impl Freeze for SelectWave
impl RefUnwindSafe for SelectWave
impl Send for SelectWave
impl Sync for SelectWave
impl Unpin for SelectWave
impl UnwindSafe for SelectWave
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