pub struct LastDownloadOptions {
pub mode: Option<String>,
pub quality: Option<String>,
}Fields§
§mode: Option<String>§quality: Option<String>Trait Implementations§
Source§impl Clone for LastDownloadOptions
impl Clone for LastDownloadOptions
Source§fn clone(&self) -> LastDownloadOptions
fn clone(&self) -> LastDownloadOptions
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 LastDownloadOptions
impl Debug for LastDownloadOptions
Source§impl Default for LastDownloadOptions
impl Default for LastDownloadOptions
Source§fn default() -> LastDownloadOptions
fn default() -> LastDownloadOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LastDownloadOptions
impl<'de> Deserialize<'de> for LastDownloadOptions
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 LastDownloadOptions
impl RefUnwindSafe for LastDownloadOptions
impl Send for LastDownloadOptions
impl Sync for LastDownloadOptions
impl Unpin for LastDownloadOptions
impl UnsafeUnpin for LastDownloadOptions
impl UnwindSafe for LastDownloadOptions
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