pub struct AttributesPart {
pub checksum_crc32: String,
pub checksum_crc32c: String,
pub checksum_sha1: String,
pub checksum_sha256: String,
pub part_number: i32,
pub size: u64,
}Fields§
§checksum_crc32: String§checksum_crc32c: String§checksum_sha1: String§checksum_sha256: String§part_number: i32§size: u64Trait Implementations§
Source§impl Debug for AttributesPart
impl Debug for AttributesPart
Source§impl<'de> Deserialize<'de> for AttributesPart
impl<'de> Deserialize<'de> for AttributesPart
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AttributesPart
impl RefUnwindSafe for AttributesPart
impl Send for AttributesPart
impl Sync for AttributesPart
impl Unpin for AttributesPart
impl UnwindSafe for AttributesPart
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