pub struct DownloadOptions<'a> {
pub transform: Option<TransformOptions<'a>>,
pub download: Option<bool>,
}
Fields§
§transform: Option<TransformOptions<'a>>
§download: Option<bool>
Trait Implementations§
Source§impl<'a> Clone for DownloadOptions<'a>
impl<'a> Clone for DownloadOptions<'a>
Source§fn clone(&self) -> DownloadOptions<'a>
fn clone(&self) -> DownloadOptions<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> Debug for DownloadOptions<'a>
impl<'a> Debug for DownloadOptions<'a>
Source§impl<'de, 'a> Deserialize<'de> for DownloadOptions<'a>where
'de: 'a,
impl<'de, 'a> Deserialize<'de> for DownloadOptions<'a>where
'de: 'a,
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
Source§impl<'a> PartialEq for DownloadOptions<'a>
impl<'a> PartialEq for DownloadOptions<'a>
Source§impl<'a> Serialize for DownloadOptions<'a>
impl<'a> Serialize for DownloadOptions<'a>
impl<'a> StructuralPartialEq for DownloadOptions<'a>
Auto Trait Implementations§
impl<'a> Freeze for DownloadOptions<'a>
impl<'a> RefUnwindSafe for DownloadOptions<'a>
impl<'a> Send for DownloadOptions<'a>
impl<'a> Sync for DownloadOptions<'a>
impl<'a> Unpin for DownloadOptions<'a>
impl<'a> UnwindSafe for DownloadOptions<'a>
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