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
sourceimpl ClientApplicationsDownloadLink
impl ClientApplicationsDownloadLink
pub fn new(url: String) -> ClientApplicationsDownloadLink
Trait Implementations
sourceimpl Clone for ClientApplicationsDownloadLink
impl Clone for ClientApplicationsDownloadLink
sourcefn clone(&self) -> ClientApplicationsDownloadLink
fn clone(&self) -> ClientApplicationsDownloadLink
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for ClientApplicationsDownloadLink
impl Default for ClientApplicationsDownloadLink
sourcefn default() -> ClientApplicationsDownloadLink
fn default() -> ClientApplicationsDownloadLink
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ClientApplicationsDownloadLink
impl<'de> Deserialize<'de> for ClientApplicationsDownloadLink
sourcefn 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
sourceimpl PartialEq<ClientApplicationsDownloadLink> for ClientApplicationsDownloadLink
impl PartialEq<ClientApplicationsDownloadLink> for ClientApplicationsDownloadLink
sourcefn eq(&self, other: &ClientApplicationsDownloadLink) -> bool
fn eq(&self, other: &ClientApplicationsDownloadLink) -> bool
impl StructuralPartialEq for ClientApplicationsDownloadLink
Auto Trait Implementations
impl RefUnwindSafe for ClientApplicationsDownloadLink
impl Send for ClientApplicationsDownloadLink
impl Sync for ClientApplicationsDownloadLink
impl Unpin for ClientApplicationsDownloadLink
impl UnwindSafe for ClientApplicationsDownloadLink
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more