pub enum ShutdownReply {
Yes = 1,
No = 0,
}Expand description
Responses for reply_to_shutdown
Variants§
Auto Trait Implementations§
impl Freeze for ShutdownReply
impl RefUnwindSafe for ShutdownReply
impl Send for ShutdownReply
impl Sync for ShutdownReply
impl Unpin for ShutdownReply
impl UnwindSafe for ShutdownReply
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