pub struct FileContextStorePruneResultV1 {
pub schema: String,
pub kept_receipts: usize,
pub removed_receipts: usize,
pub total_bytes: u64,
pub index_built: bool,
pub last_receipt: Option<String>,
}Fields§
§schema: String§kept_receipts: usize§removed_receipts: usize§total_bytes: u64§index_built: bool§last_receipt: Option<String>Trait Implementations§
Source§impl Clone for FileContextStorePruneResultV1
impl Clone for FileContextStorePruneResultV1
Source§fn clone(&self) -> FileContextStorePruneResultV1
fn clone(&self) -> FileContextStorePruneResultV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for FileContextStorePruneResultV1
impl<'de> Deserialize<'de> for FileContextStorePruneResultV1
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
impl Eq for FileContextStorePruneResultV1
Source§impl PartialEq for FileContextStorePruneResultV1
impl PartialEq for FileContextStorePruneResultV1
Source§fn eq(&self, other: &FileContextStorePruneResultV1) -> bool
fn eq(&self, other: &FileContextStorePruneResultV1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FileContextStorePruneResultV1
Auto Trait Implementations§
impl Freeze for FileContextStorePruneResultV1
impl RefUnwindSafe for FileContextStorePruneResultV1
impl Send for FileContextStorePruneResultV1
impl Sync for FileContextStorePruneResultV1
impl Unpin for FileContextStorePruneResultV1
impl UnsafeUnpin for FileContextStorePruneResultV1
impl UnwindSafe for FileContextStorePruneResultV1
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