pub struct GetAutoDownloadSettingsPresets { /* private fields */ }
Expand description
Returns auto-download settings presets for the current user
Implementations§
Trait Implementations§
Source§impl AsRef<GetAutoDownloadSettingsPresets> for GetAutoDownloadSettingsPresets
impl AsRef<GetAutoDownloadSettingsPresets> for GetAutoDownloadSettingsPresets
Source§fn as_ref(&self) -> &GetAutoDownloadSettingsPresets
fn as_ref(&self) -> &GetAutoDownloadSettingsPresets
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for GetAutoDownloadSettingsPresets
impl Clone for GetAutoDownloadSettingsPresets
Source§fn clone(&self) -> GetAutoDownloadSettingsPresets
fn clone(&self) -> GetAutoDownloadSettingsPresets
Returns a copy 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 Default for GetAutoDownloadSettingsPresets
impl Default for GetAutoDownloadSettingsPresets
Source§fn default() -> GetAutoDownloadSettingsPresets
fn default() -> GetAutoDownloadSettingsPresets
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetAutoDownloadSettingsPresets
impl<'de> Deserialize<'de> for GetAutoDownloadSettingsPresets
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 GetAutoDownloadSettingsPresets
impl RefUnwindSafe for GetAutoDownloadSettingsPresets
impl Send for GetAutoDownloadSettingsPresets
impl Sync for GetAutoDownloadSettingsPresets
impl Unpin for GetAutoDownloadSettingsPresets
impl UnwindSafe for GetAutoDownloadSettingsPresets
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