pub struct ReservedCacheNode {Show 13 fields
pub reserved_cache_node_id: String,
pub reserved_cache_nodes_offering_id: String,
pub cache_node_type: String,
pub start_time: String,
pub duration: i32,
pub fixed_price: f64,
pub usage_price: f64,
pub cache_node_count: i32,
pub product_description: String,
pub offering_type: String,
pub state: String,
pub recurring_charges: Vec<RecurringCharge>,
pub reservation_arn: String,
}Fields§
§reserved_cache_node_id: String§reserved_cache_nodes_offering_id: String§cache_node_type: String§start_time: String§duration: i32§fixed_price: f64§usage_price: f64§cache_node_count: i32§product_description: String§offering_type: String§state: String§recurring_charges: Vec<RecurringCharge>§reservation_arn: StringTrait Implementations§
Source§impl Clone for ReservedCacheNode
impl Clone for ReservedCacheNode
Source§fn clone(&self) -> ReservedCacheNode
fn clone(&self) -> ReservedCacheNode
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 moreAuto Trait Implementations§
impl Freeze for ReservedCacheNode
impl RefUnwindSafe for ReservedCacheNode
impl Send for ReservedCacheNode
impl Sync for ReservedCacheNode
impl Unpin for ReservedCacheNode
impl UnsafeUnpin for ReservedCacheNode
impl UnwindSafe for ReservedCacheNode
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