pub enum JSWSTARTW {
START,
}
Expand description
Values that can be written to the field JSWSTART
Variants§
START
Starts conversion of injected channels
Auto Trait Implementations§
impl Freeze for JSWSTARTW
impl RefUnwindSafe for JSWSTARTW
impl Send for JSWSTARTW
impl Sync for JSWSTARTW
impl Unpin for JSWSTARTW
impl UnwindSafe for JSWSTARTW
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