pub struct ZipFileMeta {
pub comment: String,
pub files: Vec<ZipItemMeta>,
}Fields§
§comment: String§files: Vec<ZipItemMeta>Auto Trait Implementations§
impl Freeze for ZipFileMeta
impl RefUnwindSafe for ZipFileMeta
impl Send for ZipFileMeta
impl Sync for ZipFileMeta
impl Unpin for ZipFileMeta
impl UnsafeUnpin for ZipFileMeta
impl UnwindSafe for ZipFileMeta
Blanket Implementations§
impl<T> Allocation for T
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