pub struct LocalModelSwapReport {
pub from_profile_id: String,
pub to_profile_id: String,
pub unload: LocalModelLifecycleReport,
pub target_resolution: ProfileResolution,
pub swap_status: SwapStatus,
pub notes: Vec<String>,
}Fields§
§from_profile_id: String§to_profile_id: String§unload: LocalModelLifecycleReport§target_resolution: ProfileResolution§swap_status: SwapStatus§notes: Vec<String>Trait Implementations§
Source§impl Clone for LocalModelSwapReport
impl Clone for LocalModelSwapReport
Source§fn clone(&self) -> LocalModelSwapReport
fn clone(&self) -> LocalModelSwapReport
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 LocalModelSwapReport
impl Debug for LocalModelSwapReport
impl Eq for LocalModelSwapReport
Source§impl PartialEq for LocalModelSwapReport
impl PartialEq for LocalModelSwapReport
Source§impl Serialize for LocalModelSwapReport
impl Serialize for LocalModelSwapReport
impl StructuralPartialEq for LocalModelSwapReport
Auto Trait Implementations§
impl Freeze for LocalModelSwapReport
impl RefUnwindSafe for LocalModelSwapReport
impl Send for LocalModelSwapReport
impl Sync for LocalModelSwapReport
impl Unpin for LocalModelSwapReport
impl UnsafeUnpin for LocalModelSwapReport
impl UnwindSafe for LocalModelSwapReport
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