pub enum SatoEvent {
Connection(bool),
Status(String),
Error(String),
PrintSent(String),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SatoEvent
impl RefUnwindSafe for SatoEvent
impl Send for SatoEvent
impl Sync for SatoEvent
impl Unpin for SatoEvent
impl UnsafeUnpin for SatoEvent
impl UnwindSafe for SatoEvent
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