pub enum InputEvent {
Message(Box<FixtMessage>),
DeserializeError(DeserializeError),
IoError(Error),
Timeout,
LogoutTimeout,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for InputEvent
impl !UnwindSafe for InputEvent
impl Freeze for InputEvent
impl Send for InputEvent
impl Sync for InputEvent
impl Unpin for InputEvent
impl UnsafeUnpin for InputEvent
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