pub struct GoogleCloudApigeeV1DeveloperBalanceWallet {
pub balance: Option<GoogleTypeMoney>,
pub last_credit_time: Option<i64>,
}Expand description
Wallet used to manage an account balance for a particular currency.
This type is not used in any activity, and only used as part of another schema.
Fields§
§balance: Option<GoogleTypeMoney>Current remaining balance of the developer for a particular currency.
last_credit_time: Option<i64>Output only. Time at which the developer last added credit to the account in milliseconds since epoch.
Trait Implementations§
Source§impl Clone for GoogleCloudApigeeV1DeveloperBalanceWallet
impl Clone for GoogleCloudApigeeV1DeveloperBalanceWallet
Source§fn clone(&self) -> GoogleCloudApigeeV1DeveloperBalanceWallet
fn clone(&self) -> GoogleCloudApigeeV1DeveloperBalanceWallet
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 GoogleCloudApigeeV1DeveloperBalanceWallet
impl Default for GoogleCloudApigeeV1DeveloperBalanceWallet
Source§fn default() -> GoogleCloudApigeeV1DeveloperBalanceWallet
fn default() -> GoogleCloudApigeeV1DeveloperBalanceWallet
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudApigeeV1DeveloperBalanceWallet
impl<'de> Deserialize<'de> for GoogleCloudApigeeV1DeveloperBalanceWallet
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GoogleCloudApigeeV1DeveloperBalanceWallet
Auto Trait Implementations§
impl Freeze for GoogleCloudApigeeV1DeveloperBalanceWallet
impl RefUnwindSafe for GoogleCloudApigeeV1DeveloperBalanceWallet
impl Send for GoogleCloudApigeeV1DeveloperBalanceWallet
impl Sync for GoogleCloudApigeeV1DeveloperBalanceWallet
impl Unpin for GoogleCloudApigeeV1DeveloperBalanceWallet
impl UnwindSafe for GoogleCloudApigeeV1DeveloperBalanceWallet
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