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