pub struct TableThroughputModeSummary {
pub table_throughput_mode: String,
pub last_update_to_pay_per_request_date_time: Option<f64>,
}Expand description
Table throughput mode summary.
Fields§
§table_throughput_mode: String§last_update_to_pay_per_request_date_time: Option<f64>Trait Implementations§
Source§impl Clone for TableThroughputModeSummary
impl Clone for TableThroughputModeSummary
Source§fn clone(&self) -> TableThroughputModeSummary
fn clone(&self) -> TableThroughputModeSummary
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 TableThroughputModeSummary
impl Debug for TableThroughputModeSummary
Source§impl Default for TableThroughputModeSummary
impl Default for TableThroughputModeSummary
Source§fn default() -> TableThroughputModeSummary
fn default() -> TableThroughputModeSummary
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TableThroughputModeSummary
impl<'de> Deserialize<'de> for TableThroughputModeSummary
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 TableThroughputModeSummary
impl RefUnwindSafe for TableThroughputModeSummary
impl Send for TableThroughputModeSummary
impl Sync for TableThroughputModeSummary
impl Unpin for TableThroughputModeSummary
impl UnsafeUnpin for TableThroughputModeSummary
impl UnwindSafe for TableThroughputModeSummary
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