pub struct CondWave(pub Wave, pub Option<Expr>);
Expand description
A conditional wave.
Tuple Fields§
§0: Wave
§1: Option<Expr>
Trait Implementations§
impl Eq for CondWave
impl StructuralPartialEq for CondWave
Auto Trait Implementations§
impl Freeze for CondWave
impl RefUnwindSafe for CondWave
impl Send for CondWave
impl Sync for CondWave
impl Unpin for CondWave
impl UnwindSafe for CondWave
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