pub struct TransferProgress {
pub end_offset: u64,
}
Fields§
§end_offset: u64
The end offset of the chunk that was sent.
Trait Implementations§
Source§impl Debug for TransferProgress
impl Debug for TransferProgress
Source§impl<'de> Deserialize<'de> for TransferProgress
impl<'de> Deserialize<'de> for TransferProgress
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 From<TransferProgress> for RequestUpdate
impl From<TransferProgress> for RequestUpdate
Source§fn from(value: TransferProgress) -> Self
fn from(value: TransferProgress) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TransferProgress
impl RefUnwindSafe for TransferProgress
impl Send for TransferProgress
impl Sync for TransferProgress
impl Unpin for TransferProgress
impl UnwindSafe for TransferProgress
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