pub enum STW {
STOPPED,
STARTED,
}
Expand description
Values that can be written to the field ST
Variants§
Auto Trait Implementations§
impl Freeze for STW
impl RefUnwindSafe for STW
impl Send for STW
impl Sync for STW
impl Unpin for STW
impl UnwindSafe for STW
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