pub struct GenerationResult {
pub files_created: usize,
pub directories_created: usize,
pub bytes_written: u64,
pub output_directory: PathBuf,
}Fields§
§files_created: usize§directories_created: usize§bytes_written: u64§output_directory: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for GenerationResult
impl RefUnwindSafe for GenerationResult
impl Send for GenerationResult
impl Sync for GenerationResult
impl Unpin for GenerationResult
impl UnwindSafe for GenerationResult
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