pub struct TransferRunContext {
pub timeout: Duration,
pub ssh: TransferSshOptions,
}Fields§
§timeout: Duration§ssh: TransferSshOptionsTrait Implementations§
Source§impl Clone for TransferRunContext
impl Clone for TransferRunContext
Source§fn clone(&self) -> TransferRunContext
fn clone(&self) -> TransferRunContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TransferRunContext
impl RefUnwindSafe for TransferRunContext
impl Send for TransferRunContext
impl Sync for TransferRunContext
impl Unpin for TransferRunContext
impl UnsafeUnpin for TransferRunContext
impl UnwindSafe for TransferRunContext
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