pub struct ManifestSummary {
pub file_id: FileId,
pub name: String,
pub size: u64,
pub chunk_count: usize,
pub created_at: i64,
}Expand description
Summary info for listing manifests
Fields§
§file_id: FileId§name: String§size: u64§chunk_count: usize§created_at: i64Trait Implementations§
Source§impl Clone for ManifestSummary
impl Clone for ManifestSummary
Source§fn clone(&self) -> ManifestSummary
fn clone(&self) -> ManifestSummary
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 moreAuto Trait Implementations§
impl Freeze for ManifestSummary
impl RefUnwindSafe for ManifestSummary
impl Send for ManifestSummary
impl Sync for ManifestSummary
impl Unpin for ManifestSummary
impl UnwindSafe for ManifestSummary
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