pub struct R2Checksums {
pub md5: Option<Vec<u8>>,
pub sha1: Option<Vec<u8>>,
pub sha256: Option<Vec<u8>>,
pub sha384: Option<Vec<u8>>,
pub sha512: Option<Vec<u8>>,
}Fields§
§md5: Option<Vec<u8>>§sha1: Option<Vec<u8>>§sha256: Option<Vec<u8>>§sha384: Option<Vec<u8>>§sha512: Option<Vec<u8>>Implementations§
Source§impl R2Checksums
impl R2Checksums
Trait Implementations§
Source§impl Clone for R2Checksums
impl Clone for R2Checksums
Source§fn clone(&self) -> R2Checksums
fn clone(&self) -> R2Checksums
Returns a duplicate 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 moreSource§impl Debug for R2Checksums
impl Debug for R2Checksums
Source§impl Default for R2Checksums
impl Default for R2Checksums
Auto Trait Implementations§
impl Freeze for R2Checksums
impl RefUnwindSafe for R2Checksums
impl Send for R2Checksums
impl Sync for R2Checksums
impl Unpin for R2Checksums
impl UnwindSafe for R2Checksums
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