pub struct FileChunkMetadata {
pub complete_file_hash: ThreeTwo,
pub file_name: Option<String>,
pub mime_type: Option<String>,
pub description: Option<String>,
pub chunks: Option<u32>,
}Fields§
§complete_file_hash: ThreeTwo§file_name: Option<String>§mime_type: Option<String>§description: Option<String>§chunks: Option<u32>Auto Trait Implementations§
impl Freeze for FileChunkMetadata
impl RefUnwindSafe for FileChunkMetadata
impl Send for FileChunkMetadata
impl Sync for FileChunkMetadata
impl Unpin for FileChunkMetadata
impl UnwindSafe for FileChunkMetadata
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