#[repr(C)]pub struct FilesystemStorageUsageUpdateParameters {
pub timestamp: Datetime,
pub delta: i64,
}Fields§
§timestamp: Datetime§delta: i64Trait Implementations§
Source§impl Clone for FilesystemStorageUsageUpdateParameters
impl Clone for FilesystemStorageUsageUpdateParameters
Source§fn clone(&self) -> FilesystemStorageUsageUpdateParameters
fn clone(&self) -> FilesystemStorageUsageUpdateParameters
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 moreimpl Copy for FilesystemStorageUsageUpdateParameters
Auto Trait Implementations§
impl Freeze for FilesystemStorageUsageUpdateParameters
impl RefUnwindSafe for FilesystemStorageUsageUpdateParameters
impl Send for FilesystemStorageUsageUpdateParameters
impl Sync for FilesystemStorageUsageUpdateParameters
impl Unpin for FilesystemStorageUsageUpdateParameters
impl UnsafeUnpin for FilesystemStorageUsageUpdateParameters
impl UnwindSafe for FilesystemStorageUsageUpdateParameters
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