pub struct MuragentArchive {
pub files: BTreeMap<String, Vec<u8>>,
}Fields§
§files: BTreeMap<String, Vec<u8>>All files in the tarball keyed by path → raw bytes.
Implementations§
Auto Trait Implementations§
impl Freeze for MuragentArchive
impl RefUnwindSafe for MuragentArchive
impl Send for MuragentArchive
impl Sync for MuragentArchive
impl Unpin for MuragentArchive
impl UnsafeUnpin for MuragentArchive
impl UnwindSafe for MuragentArchive
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