pub struct Archiver {
pub stack: Vec<File>,
pub bytes: BytesMut,
}Fields§
§stack: Vec<File>§bytes: BytesMutImplementations§
Auto Trait Implementations§
impl Freeze for Archiver
impl RefUnwindSafe for Archiver
impl Send for Archiver
impl Sync for Archiver
impl Unpin for Archiver
impl UnwindSafe for Archiver
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