pub struct ChunkDownloadedMsg {
pub uuid: Uuid,
pub chunk_index: u64,
}Fields§
§uuid: Uuid§chunk_index: u64Trait Implementations§
Source§impl ByteMessage for ChunkDownloadedMsg
impl ByteMessage for ChunkDownloadedMsg
Auto Trait Implementations§
impl Freeze for ChunkDownloadedMsg
impl RefUnwindSafe for ChunkDownloadedMsg
impl Send for ChunkDownloadedMsg
impl Sync for ChunkDownloadedMsg
impl Unpin for ChunkDownloadedMsg
impl UnwindSafe for ChunkDownloadedMsg
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