pub enum SftpReceiverEventSignal {
OnDownloadStart(String, PathBuf),
OnDownloadSuccess(String, PathBuf),
OnError(String, String),
}
Variants§
Trait Implementations§
Source§impl Clone for SftpReceiverEventSignal
impl Clone for SftpReceiverEventSignal
Source§fn clone(&self) -> SftpReceiverEventSignal
fn clone(&self) -> SftpReceiverEventSignal
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 moreAuto Trait Implementations§
impl Freeze for SftpReceiverEventSignal
impl RefUnwindSafe for SftpReceiverEventSignal
impl Send for SftpReceiverEventSignal
impl Sync for SftpReceiverEventSignal
impl Unpin for SftpReceiverEventSignal
impl UnwindSafe for SftpReceiverEventSignal
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