Struct qcs_api_client_openapi::models::client_applications_download_link::ClientApplicationsDownloadLink
source · pub struct ClientApplicationsDownloadLink {
pub checksum_description: Option<Box<ChecksumDescription>>,
pub platform: Option<String>,
pub url: String,
}Fields§
§checksum_description: Option<Box<ChecksumDescription>>§platform: Option<String>§url: StringImplementations§
source§impl ClientApplicationsDownloadLink
impl ClientApplicationsDownloadLink
pub fn new(url: String) -> ClientApplicationsDownloadLink
Trait Implementations§
source§impl Clone for ClientApplicationsDownloadLink
impl Clone for ClientApplicationsDownloadLink
source§fn clone(&self) -> ClientApplicationsDownloadLink
fn clone(&self) -> ClientApplicationsDownloadLink
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 ClientApplicationsDownloadLink
impl Default for ClientApplicationsDownloadLink
source§fn default() -> ClientApplicationsDownloadLink
fn default() -> ClientApplicationsDownloadLink
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ClientApplicationsDownloadLink
impl<'de> Deserialize<'de> for ClientApplicationsDownloadLink
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<ClientApplicationsDownloadLink> for ClientApplicationsDownloadLink
impl PartialEq<ClientApplicationsDownloadLink> for ClientApplicationsDownloadLink
source§fn eq(&self, other: &ClientApplicationsDownloadLink) -> bool
fn eq(&self, other: &ClientApplicationsDownloadLink) -> bool
This method tests for
self and other values to be equal, and is used
by ==.