Struct dragonfly_client::config::dfdaemon::Downloader
source · pub struct Downloader {}
Trait Implementations§
source§impl Clone for Downloader
impl Clone for Downloader
source§fn clone(&self) -> Downloader
fn clone(&self) -> Downloader
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 Debug for Downloader
impl Debug for Downloader
source§impl Default for Downloader
impl Default for Downloader
source§fn default() -> Downloader
fn default() -> Downloader
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Downloaderwhere
Downloader: Default,
impl<'de> Deserialize<'de> for Downloaderwhere Downloader: Default,
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 Validate for Downloader
impl Validate for Downloader
source§impl<'v_a> ValidateArgs<'v_a> for Downloader
impl<'v_a> ValidateArgs<'v_a> for Downloader
type Args = ()
fn validate_args(&self, args: Self::Args) -> Result<(), ValidationErrors>
Auto Trait Implementations§
impl RefUnwindSafe for Downloader
impl Send for Downloader
impl Sync for Downloader
impl Unpin for Downloader
impl UnwindSafe for Downloader
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