pub struct SystemDataUsageOpts { /* private fields */ }
Implementations§
Source§impl SystemDataUsageOpts
impl SystemDataUsageOpts
Sourcepub fn builder() -> SystemDataUsageOptsBuilder
pub fn builder() -> SystemDataUsageOptsBuilder
Returns a new instance of a builder for SystemDataUsageOpts.
Trait Implementations§
Source§impl Clone for SystemDataUsageOpts
impl Clone for SystemDataUsageOpts
Source§fn clone(&self) -> SystemDataUsageOpts
fn clone(&self) -> SystemDataUsageOpts
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 moreSource§impl Debug for SystemDataUsageOpts
impl Debug for SystemDataUsageOpts
Source§impl Default for SystemDataUsageOpts
impl Default for SystemDataUsageOpts
Source§fn default() -> SystemDataUsageOpts
fn default() -> SystemDataUsageOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SystemDataUsageOpts
impl RefUnwindSafe for SystemDataUsageOpts
impl Send for SystemDataUsageOpts
impl Sync for SystemDataUsageOpts
impl Unpin for SystemDataUsageOpts
impl UnwindSafe for SystemDataUsageOpts
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