pub struct Crc64Nvme { /* private fields */ }Expand description
CRC-64/NVME over a payload delivered in pieces.
A direct multipart upload needs this digest twice over the same bytes: once per part, for the header the provider enforces on the way in, and once over the whole stream, for the reference completion verifies. Parts fed in order produce both without the object ever being held whole.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Crc64Nvme
impl RefUnwindSafe for Crc64Nvme
impl Send for Crc64Nvme
impl Sync for Crc64Nvme
impl Unpin for Crc64Nvme
impl UnsafeUnpin for Crc64Nvme
impl UnwindSafe for Crc64Nvme
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