pub struct EmbeddedModelInstallSummary {
pub model_root: PathBuf,
pub models_written: usize,
pub bytes_written: u64,
}Expand description
Summary returned by the no-op lite-build materialization.
Fields§
§model_root: PathBufEffective model root (inherited from caller or platform default).
models_written: usizeAlways 0 in the lite build – no embedded models to write.
bytes_written: u64Always 0 in the lite build.
Trait Implementations§
Source§impl Clone for EmbeddedModelInstallSummary
impl Clone for EmbeddedModelInstallSummary
Source§fn clone(&self) -> EmbeddedModelInstallSummary
fn clone(&self) -> EmbeddedModelInstallSummary
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 moreSource§impl Debug for EmbeddedModelInstallSummary
impl Debug for EmbeddedModelInstallSummary
Source§impl PartialEq for EmbeddedModelInstallSummary
impl PartialEq for EmbeddedModelInstallSummary
Source§fn eq(&self, other: &EmbeddedModelInstallSummary) -> bool
fn eq(&self, other: &EmbeddedModelInstallSummary) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for EmbeddedModelInstallSummary
impl StructuralPartialEq for EmbeddedModelInstallSummary
Auto Trait Implementations§
impl Freeze for EmbeddedModelInstallSummary
impl RefUnwindSafe for EmbeddedModelInstallSummary
impl Send for EmbeddedModelInstallSummary
impl Sync for EmbeddedModelInstallSummary
impl Unpin for EmbeddedModelInstallSummary
impl UnsafeUnpin for EmbeddedModelInstallSummary
impl UnwindSafe for EmbeddedModelInstallSummary
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, _span: NoopSpan) -> Self
fn instrument(self, _span: NoopSpan) -> Self
Instruments this future with a span (no-op when disabled).
Source§fn in_current_span(self) -> Self
fn in_current_span(self) -> Self
Instruments this future with the current span (no-op when disabled).