pub struct Terminated;Expand description
Dispatcher has been terminated
Implementations§
Source§impl Terminated
impl Terminated
Sourcepub fn ack(self) -> ControlAck
pub fn ack(self) -> ControlAck
convert packet to a result
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Terminated
impl RefUnwindSafe for Terminated
impl Send for Terminated
impl Sync for Terminated
impl Unpin for Terminated
impl UnwindSafe for Terminated
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