pub struct MobileDownloadInfo {
pub download_id: String,
pub suggested_filename: String,
pub note: String,
}Fields§
§download_id: String§suggested_filename: String§note: StringTrait Implementations§
Source§impl Clone for MobileDownloadInfo
impl Clone for MobileDownloadInfo
Source§fn clone(&self) -> MobileDownloadInfo
fn clone(&self) -> MobileDownloadInfo
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 MobileDownloadInfo
impl Debug for MobileDownloadInfo
Source§impl<'de> Deserialize<'de> for MobileDownloadInfo
impl<'de> Deserialize<'de> for MobileDownloadInfo
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
impl Eq for MobileDownloadInfo
Source§impl PartialEq for MobileDownloadInfo
impl PartialEq for MobileDownloadInfo
Source§impl Serialize for MobileDownloadInfo
impl Serialize for MobileDownloadInfo
impl StructuralPartialEq for MobileDownloadInfo
Auto Trait Implementations§
impl Freeze for MobileDownloadInfo
impl RefUnwindSafe for MobileDownloadInfo
impl Send for MobileDownloadInfo
impl Sync for MobileDownloadInfo
impl Unpin for MobileDownloadInfo
impl UnsafeUnpin for MobileDownloadInfo
impl UnwindSafe for MobileDownloadInfo
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