pub enum WaveData {
Data(AnyValue),
Sentinel,
}Expand description
One raw ctx wave-data projection item (R-ctx-wave-data / D77).
Variants§
Data(AnyValue)
A legal DATA payload.
Sentinel
The protocol SENTINEL marker used for INVALIDATE inside ctx.wave_data.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WaveData
impl !RefUnwindSafe for WaveData
impl !Send for WaveData
impl !Sync for WaveData
impl Unpin for WaveData
impl UnsafeUnpin for WaveData
impl !UnwindSafe for WaveData
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