pub struct SetFileToDownloadArgs {
pub index: i32,
pub download: bool,
}Expand description
Set file to download args
Fields§
§index: i32§download: boolTrait Implementations§
Source§impl Clone for SetFileToDownloadArgs
impl Clone for SetFileToDownloadArgs
Source§fn clone(&self) -> SetFileToDownloadArgs
fn clone(&self) -> SetFileToDownloadArgs
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 SetFileToDownloadArgs
impl Debug for SetFileToDownloadArgs
Source§impl<'de> Deserialize<'de> for SetFileToDownloadArgs
impl<'de> Deserialize<'de> for SetFileToDownloadArgs
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
Auto Trait Implementations§
impl Freeze for SetFileToDownloadArgs
impl RefUnwindSafe for SetFileToDownloadArgs
impl Send for SetFileToDownloadArgs
impl Sync for SetFileToDownloadArgs
impl Unpin for SetFileToDownloadArgs
impl UnsafeUnpin for SetFileToDownloadArgs
impl UnwindSafe for SetFileToDownloadArgs
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