pub struct ObjectStorageInfo {
pub disk_size: u64,
pub deltabase: ObjectId,
}Fields§
§disk_size: u64§deltabase: ObjectIdTrait Implementations§
Source§impl Clone for ObjectStorageInfo
impl Clone for ObjectStorageInfo
Source§fn clone(&self) -> ObjectStorageInfo
fn clone(&self) -> ObjectStorageInfo
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 Debug for ObjectStorageInfo
impl Debug for ObjectStorageInfo
impl Eq for ObjectStorageInfo
Source§impl PartialEq for ObjectStorageInfo
impl PartialEq for ObjectStorageInfo
Source§fn eq(&self, other: &ObjectStorageInfo) -> bool
fn eq(&self, other: &ObjectStorageInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ObjectStorageInfo
Auto Trait Implementations§
impl Freeze for ObjectStorageInfo
impl RefUnwindSafe for ObjectStorageInfo
impl Send for ObjectStorageInfo
impl Sync for ObjectStorageInfo
impl Unpin for ObjectStorageInfo
impl UnsafeUnpin for ObjectStorageInfo
impl UnwindSafe for ObjectStorageInfo
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