pub struct ChunkedPayload {
pub manifest: Manifest,
pub chunks: Vec<Vec<u8>>,
}Fields§
§manifest: Manifest§chunks: Vec<Vec<u8>>Auto Trait Implementations§
impl Freeze for ChunkedPayload
impl RefUnwindSafe for ChunkedPayload
impl Send for ChunkedPayload
impl Sync for ChunkedPayload
impl Unpin for ChunkedPayload
impl UnsafeUnpin for ChunkedPayload
impl UnwindSafe for ChunkedPayload
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