Expand description
The two types of communications are end or a config, This is an enum that reflects that reality
Variants
Message(Config, Option<Instant>)
End
Auto Trait Implementations
impl RefUnwindSafe for Coms
impl Send for Coms
impl Sync for Coms
impl Unpin for Coms
impl UnwindSafe for Coms
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more