pub struct FtpDownload { /* private fields */ }Implementations§
Source§impl FtpDownload
impl FtpDownload
pub fn new(url: Url) -> Self
pub fn download(&mut self) -> Fallible<()>
pub fn events_hook<E: EventsHandler + 'static>( &mut self, hk: E, ) -> &mut FtpDownload
Auto Trait Implementations§
impl Freeze for FtpDownload
impl !RefUnwindSafe for FtpDownload
impl !Send for FtpDownload
impl !Sync for FtpDownload
impl Unpin for FtpDownload
impl UnsafeUnpin for FtpDownload
impl !UnwindSafe for FtpDownload
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