pub struct ZoneReport {
pub name: String,
pub output_path: PathBuf,
pub tzif_version: u8,
pub transition_count: usize,
}Expand description
Per-zone outcome record for the compile report.
Fields§
§name: String§output_path: PathBuf§tzif_version: u8§transition_count: usizeTrait Implementations§
Source§impl Clone for ZoneReport
impl Clone for ZoneReport
Source§fn clone(&self) -> ZoneReport
fn clone(&self) -> ZoneReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ZoneReport
impl RefUnwindSafe for ZoneReport
impl Send for ZoneReport
impl Sync for ZoneReport
impl Unpin for ZoneReport
impl UnsafeUnpin for ZoneReport
impl UnwindSafe for ZoneReport
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