Struct rusoto_lambda::AccountUsage [−][src]
Provides code size usage and function count associated with the current account and region.
Fields
function_count: Option<i64>
The number of your account's existing functions per region.
total_code_size: Option<i64>
Total size, in bytes, of the account's deployment packages per region.
Trait Implementations
impl Default for AccountUsage[src]
impl Default for AccountUsagefn default() -> AccountUsage[src]
fn default() -> AccountUsageReturns the "default value" for a type. Read more
impl Debug for AccountUsage[src]
impl Debug for AccountUsagefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for AccountUsage[src]
impl Clone for AccountUsagefn clone(&self) -> AccountUsage[src]
fn clone(&self) -> AccountUsageReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for AccountUsage[src]
impl PartialEq for AccountUsagefn eq(&self, other: &AccountUsage) -> bool[src]
fn eq(&self, other: &AccountUsage) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &AccountUsage) -> bool[src]
fn ne(&self, other: &AccountUsage) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for AccountUsage
impl Send for AccountUsageimpl Sync for AccountUsage
impl Sync for AccountUsage