pub enum Instruct {
RPCRequest(Request, Sender<Instruct>),
Exit,
}
Variants§
Auto Trait Implementations§
impl Freeze for Instruct
impl RefUnwindSafe for Instruct
impl Send for Instruct
impl Sync for Instruct
impl Unpin for Instruct
impl UnwindSafe for Instruct
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