pub struct FetchWithdrawQuotaResponse {
pub wd_quota: Option<String>,
pub used_wd_quota: Option<String>,
}Fields§
§wd_quota: Option<String>§used_wd_quota: Option<String>Implementations§
Source§impl FetchWithdrawQuotaResponse
impl FetchWithdrawQuotaResponse
pub fn new() -> FetchWithdrawQuotaResponse
Trait Implementations§
Source§impl Clone for FetchWithdrawQuotaResponse
impl Clone for FetchWithdrawQuotaResponse
Source§fn clone(&self) -> FetchWithdrawQuotaResponse
fn clone(&self) -> FetchWithdrawQuotaResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FetchWithdrawQuotaResponse
impl Debug for FetchWithdrawQuotaResponse
Source§impl Default for FetchWithdrawQuotaResponse
impl Default for FetchWithdrawQuotaResponse
Source§fn default() -> FetchWithdrawQuotaResponse
fn default() -> FetchWithdrawQuotaResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FetchWithdrawQuotaResponse
impl<'de> Deserialize<'de> for FetchWithdrawQuotaResponse
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
Source§impl PartialEq for FetchWithdrawQuotaResponse
impl PartialEq for FetchWithdrawQuotaResponse
Source§fn eq(&self, other: &FetchWithdrawQuotaResponse) -> bool
fn eq(&self, other: &FetchWithdrawQuotaResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FetchWithdrawQuotaResponse
Auto Trait Implementations§
impl Freeze for FetchWithdrawQuotaResponse
impl RefUnwindSafe for FetchWithdrawQuotaResponse
impl Send for FetchWithdrawQuotaResponse
impl Sync for FetchWithdrawQuotaResponse
impl Unpin for FetchWithdrawQuotaResponse
impl UnsafeUnpin for FetchWithdrawQuotaResponse
impl UnwindSafe for FetchWithdrawQuotaResponse
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