pub struct ChunkMsg {
pub signature: Vec<u8>,
pub encrypted: Vec<u8>,
pub key: KeyIVPair,
pub uuid: Uuid,
pub chunk_index: u64,
}Fields§
§signature: Vec<u8>§encrypted: Vec<u8>§key: KeyIVPair§uuid: Uuid§chunk_index: u64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChunkMsg
impl RefUnwindSafe for ChunkMsg
impl Send for ChunkMsg
impl Sync for ChunkMsg
impl Unpin for ChunkMsg
impl UnwindSafe for ChunkMsg
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