pub enum AutoDownloadSettings {
AutoDownloadSettings(AutoDownloadSettings),
}
Variants§
AutoDownloadSettings(AutoDownloadSettings)
Contains auto-download settings
Trait Implementations§
Source§impl Clone for AutoDownloadSettings
impl Clone for AutoDownloadSettings
Source§fn clone(&self) -> AutoDownloadSettings
fn clone(&self) -> AutoDownloadSettings
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 Debug for AutoDownloadSettings
impl Debug for AutoDownloadSettings
Source§impl<'de> Deserialize<'de> for AutoDownloadSettings
impl<'de> Deserialize<'de> for AutoDownloadSettings
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 PartialEq for AutoDownloadSettings
impl PartialEq for AutoDownloadSettings
Source§impl Serialize for AutoDownloadSettings
impl Serialize for AutoDownloadSettings
impl StructuralPartialEq for AutoDownloadSettings
Auto Trait Implementations§
impl Freeze for AutoDownloadSettings
impl RefUnwindSafe for AutoDownloadSettings
impl Send for AutoDownloadSettings
impl Sync for AutoDownloadSettings
impl Unpin for AutoDownloadSettings
impl UnwindSafe for AutoDownloadSettings
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