pub struct DesktopVectorInstallStatusResponse {
pub state: DesktopVectorInstallState,
pub model: String,
pub progress_pct: u8,
pub message: Option<String>,
}Fields§
§state: DesktopVectorInstallState§model: String§progress_pct: u8§message: Option<String>Trait Implementations§
Source§impl Clone for DesktopVectorInstallStatusResponse
impl Clone for DesktopVectorInstallStatusResponse
Source§fn clone(&self) -> DesktopVectorInstallStatusResponse
fn clone(&self) -> DesktopVectorInstallStatusResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for DesktopVectorInstallStatusResponse
impl<'de> Deserialize<'de> for DesktopVectorInstallStatusResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DesktopVectorInstallStatusResponse
impl RefUnwindSafe for DesktopVectorInstallStatusResponse
impl Send for DesktopVectorInstallStatusResponse
impl Sync for DesktopVectorInstallStatusResponse
impl Unpin for DesktopVectorInstallStatusResponse
impl UnsafeUnpin for DesktopVectorInstallStatusResponse
impl UnwindSafe for DesktopVectorInstallStatusResponse
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