Struct qcs_api_client_openapi::models::check_client_application_response::CheckClientApplicationResponse
source · pub struct CheckClientApplicationResponse {
pub is_latest_version: bool,
pub is_update_required: bool,
pub message: String,
}Fields§
§is_latest_version: bool§is_update_required: boolSet to true if component is not at latest version.
message: StringImplementations§
Trait Implementations§
source§impl Clone for CheckClientApplicationResponse
impl Clone for CheckClientApplicationResponse
source§fn clone(&self) -> CheckClientApplicationResponse
fn clone(&self) -> CheckClientApplicationResponse
Returns a copy 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 Default for CheckClientApplicationResponse
impl Default for CheckClientApplicationResponse
source§fn default() -> CheckClientApplicationResponse
fn default() -> CheckClientApplicationResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CheckClientApplicationResponse
impl<'de> Deserialize<'de> for CheckClientApplicationResponse
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
source§impl PartialEq for CheckClientApplicationResponse
impl PartialEq for CheckClientApplicationResponse
source§fn eq(&self, other: &CheckClientApplicationResponse) -> bool
fn eq(&self, other: &CheckClientApplicationResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CheckClientApplicationResponse
Auto Trait Implementations§
impl Freeze for CheckClientApplicationResponse
impl RefUnwindSafe for CheckClientApplicationResponse
impl Send for CheckClientApplicationResponse
impl Sync for CheckClientApplicationResponse
impl Unpin for CheckClientApplicationResponse
impl UnwindSafe for CheckClientApplicationResponse
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