pub struct GetSendQuotaResponse {
pub max24_hour_send: Option<f64>,
pub max_send_rate: Option<f64>,
pub sent_last24_hours: Option<f64>,
}Expand description
SES GetSendQuotaResponse.
Fields§
§max24_hour_send: Option<f64>§max_send_rate: Option<f64>§sent_last24_hours: Option<f64>Trait Implementations§
Source§impl Clone for GetSendQuotaResponse
impl Clone for GetSendQuotaResponse
Source§fn clone(&self) -> GetSendQuotaResponse
fn clone(&self) -> GetSendQuotaResponse
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 Debug for GetSendQuotaResponse
impl Debug for GetSendQuotaResponse
Source§impl Default for GetSendQuotaResponse
impl Default for GetSendQuotaResponse
Source§fn default() -> GetSendQuotaResponse
fn default() -> GetSendQuotaResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetSendQuotaResponse
impl<'de> Deserialize<'de> for GetSendQuotaResponse
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
Auto Trait Implementations§
impl Freeze for GetSendQuotaResponse
impl RefUnwindSafe for GetSendQuotaResponse
impl Send for GetSendQuotaResponse
impl Sync for GetSendQuotaResponse
impl Unpin for GetSendQuotaResponse
impl UnsafeUnpin for GetSendQuotaResponse
impl UnwindSafe for GetSendQuotaResponse
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