pub struct VersionMadeBy {
pub compatibility_information: CompatibleFileAttributeInformation,
pub version: ZipVersion,
}Fields§
§compatibility_information: CompatibleFileAttributeInformation§version: ZipVersionAuto Trait Implementations§
impl Freeze for VersionMadeBy
impl RefUnwindSafe for VersionMadeBy
impl Send for VersionMadeBy
impl Sync for VersionMadeBy
impl Unpin for VersionMadeBy
impl UnwindSafe for VersionMadeBy
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