pub enum CallbackRet {
Relay(Vec<u8>),
Spoof(Vec<u8>),
Shutdown,
Freeze,
}
Expand description
CallbackRet for blocking callback functions
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CallbackRet
impl RefUnwindSafe for CallbackRet
impl Send for CallbackRet
impl Sync for CallbackRet
impl Unpin for CallbackRet
impl UnwindSafe for CallbackRet
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