Struct rsa_msg_packets::file::processing::ready::ChunkReadyMsg
source · pub struct ChunkReadyMsg {
pub uuid: Uuid,
pub chunk_index: u64,
}Fields§
§uuid: Uuid§chunk_index: u64Trait Implementations§
source§impl ByteMessage for ChunkReadyMsg
impl ByteMessage for ChunkReadyMsg
source§impl Clone for ChunkReadyMsg
impl Clone for ChunkReadyMsg
source§fn clone(&self) -> ChunkReadyMsg
fn clone(&self) -> ChunkReadyMsg
Returns a copy 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 more