pub struct TransferProperties {
pub transfer_type: TransferType,
pub timeout: Duration,
}Fields§
§transfer_type: TransferType§timeout: DurationAuto Trait Implementations§
impl Freeze for TransferProperties
impl RefUnwindSafe for TransferProperties
impl Send for TransferProperties
impl Sync for TransferProperties
impl Unpin for TransferProperties
impl UnwindSafe for TransferProperties
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