pub struct GenerationMetadata {
pub output_directory: PathBuf,
pub generated_at: DateTime<Utc>,
pub files: Vec<FileMetadata>,
pub total_size: u64,
}Fields§
§output_directory: PathBuf§generated_at: DateTime<Utc>§files: Vec<FileMetadata>§total_size: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for GenerationMetadata
impl RefUnwindSafe for GenerationMetadata
impl Send for GenerationMetadata
impl Sync for GenerationMetadata
impl Unpin for GenerationMetadata
impl UnwindSafe for GenerationMetadata
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