pub struct PendingResponse {
pub serializer: Box<dyn FnOnce(&mut [u8]) -> PendingOutcome + 'static>,
}Fields§
§serializer: Box<dyn FnOnce(&mut [u8]) -> PendingOutcome + 'static>Auto Trait Implementations§
impl !RefUnwindSafe for PendingResponse
impl !Send for PendingResponse
impl !Sync for PendingResponse
impl !UnwindSafe for PendingResponse
impl Freeze for PendingResponse
impl Unpin for PendingResponse
impl UnsafeUnpin for PendingResponse
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