pub struct PackedFile {
pub timestamp: Option<u32>,
pub path: String,
/* private fields */
}Fields§
§timestamp: Option<u32>§path: StringImplementations§
Source§impl PackedFile
impl PackedFile
Trait Implementations§
Source§impl Clone for PackedFile
impl Clone for PackedFile
Source§impl Debug for PackedFile
impl Debug for PackedFile
Auto Trait Implementations§
impl !Freeze for PackedFile
impl RefUnwindSafe for PackedFile
impl Send for PackedFile
impl Sync for PackedFile
impl Unpin for PackedFile
impl UnwindSafe for PackedFile
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