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