pub struct SizeReportOptions {
pub out: PathBuf,
}Expand description
Options for run_size_report.
Fields§
§out: PathBufThe output tree to measure (an existing directory produced by compile --out).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SizeReportOptions
impl RefUnwindSafe for SizeReportOptions
impl Send for SizeReportOptions
impl Sync for SizeReportOptions
impl Unpin for SizeReportOptions
impl UnsafeUnpin for SizeReportOptions
impl UnwindSafe for SizeReportOptions
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