Struct ProfileUsage
#[repr(C)]pub struct ProfileUsage {
pub UsageInMegabytes: u32,
pub LastSyncTime: DateTime,
}
Fields§
§UsageInMegabytes: u32
§LastSyncTime: DateTime
Trait Implementations§
§impl Clone for ProfileUsage
impl Clone for ProfileUsage
§fn clone(&self) -> ProfileUsage
fn clone(&self) -> ProfileUsage
Returns a copy 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 more§impl Debug for ProfileUsage
impl Debug for ProfileUsage
§impl Default for ProfileUsage
impl Default for ProfileUsage
§fn default() -> ProfileUsage
fn default() -> ProfileUsage
Returns the “default value” for a type. Read more
§impl PartialEq for ProfileUsage
impl PartialEq for ProfileUsage
impl Copy for ProfileUsage
impl StructuralPartialEq for ProfileUsage
Auto Trait Implementations§
impl Freeze for ProfileUsage
impl RefUnwindSafe for ProfileUsage
impl Send for ProfileUsage
impl Sync for ProfileUsage
impl Unpin for ProfileUsage
impl UnwindSafe for ProfileUsage
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