pub enum SimpleRequestData {
Get(Block2RequestData),
Done(u8),
}
Expand description
Data carried around between a request and its response for SimpleWrappers
Variants
Get(Block2RequestData)
Done(u8)
Auto Trait Implementations
impl RefUnwindSafe for SimpleRequestData
impl Send for SimpleRequestData
impl Sync for SimpleRequestData
impl Unpin for SimpleRequestData
impl UnwindSafe for SimpleRequestData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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