pub struct GetLatestAssetResponse { /* private fields */ }Implementations§
Source§impl GetLatestAssetResponse
impl GetLatestAssetResponse
pub fn download_url<T>(self, value: T) -> Self
pub fn min_runtime_version<T>(self, value: T) -> Self
pub fn platform<T>(self, value: T) -> Self
pub fn platforms<T>(self, value: T) -> Self
pub fn sha256<T>(self, value: T) -> Self
pub fn size<T>(self, value: T) -> Self
pub fn version<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for GetLatestAssetResponse
impl Clone for GetLatestAssetResponse
Source§fn clone(&self) -> GetLatestAssetResponse
fn clone(&self) -> GetLatestAssetResponse
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 GetLatestAssetResponse
impl Debug for GetLatestAssetResponse
Source§impl Default for GetLatestAssetResponse
impl Default for GetLatestAssetResponse
Source§impl From<GetLatestAssetResponse> for GetLatestAssetResponse
impl From<GetLatestAssetResponse> for GetLatestAssetResponse
Source§fn from(value: GetLatestAssetResponse) -> Self
fn from(value: GetLatestAssetResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<GetLatestAssetResponse> for GetLatestAssetResponse
impl TryFrom<GetLatestAssetResponse> for GetLatestAssetResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: GetLatestAssetResponse) -> Result<Self, ConversionError>
fn try_from(value: GetLatestAssetResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for GetLatestAssetResponse
impl RefUnwindSafe for GetLatestAssetResponse
impl Send for GetLatestAssetResponse
impl Sync for GetLatestAssetResponse
impl Unpin for GetLatestAssetResponse
impl UnsafeUnpin for GetLatestAssetResponse
impl UnwindSafe for GetLatestAssetResponse
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