pub struct GetUsageAndQuotaReturnsBuilder { /* private fields */ }Implementations§
Source§impl GetUsageAndQuotaReturnsBuilder
impl GetUsageAndQuotaReturnsBuilder
pub fn usage(self, usage: impl Into<f64>) -> GetUsageAndQuotaReturnsBuilder
pub fn quota(self, quota: impl Into<f64>) -> GetUsageAndQuotaReturnsBuilder
pub fn override_active( self, override_active: impl Into<bool>, ) -> GetUsageAndQuotaReturnsBuilder
pub fn usage_breakdown( self, usage_breakdown: impl Into<UsageForType>, ) -> GetUsageAndQuotaReturnsBuilder
pub fn usage_breakdowns<I, S>( self, usage_breakdowns: I, ) -> GetUsageAndQuotaReturnsBuilder
pub fn build(self) -> Result<GetUsageAndQuotaReturns, String>
Trait Implementations§
Source§impl Clone for GetUsageAndQuotaReturnsBuilder
impl Clone for GetUsageAndQuotaReturnsBuilder
Source§fn clone(&self) -> GetUsageAndQuotaReturnsBuilder
fn clone(&self) -> GetUsageAndQuotaReturnsBuilder
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 moreSource§impl Default for GetUsageAndQuotaReturnsBuilder
impl Default for GetUsageAndQuotaReturnsBuilder
Source§fn default() -> GetUsageAndQuotaReturnsBuilder
fn default() -> GetUsageAndQuotaReturnsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetUsageAndQuotaReturnsBuilder
impl RefUnwindSafe for GetUsageAndQuotaReturnsBuilder
impl Send for GetUsageAndQuotaReturnsBuilder
impl Sync for GetUsageAndQuotaReturnsBuilder
impl Unpin for GetUsageAndQuotaReturnsBuilder
impl UnwindSafe for GetUsageAndQuotaReturnsBuilder
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