pub struct ReservedCacheNodesOffering {
pub reserved_cache_nodes_offering_id: String,
pub cache_node_type: String,
pub duration: i32,
pub fixed_price: f64,
pub usage_price: f64,
pub product_description: String,
pub offering_type: String,
pub recurring_charges: Vec<RecurringCharge>,
}Fields§
§reserved_cache_nodes_offering_id: String§cache_node_type: String§duration: i32§fixed_price: f64§usage_price: f64§product_description: String§offering_type: String§recurring_charges: Vec<RecurringCharge>Trait Implementations§
Source§impl Clone for ReservedCacheNodesOffering
impl Clone for ReservedCacheNodesOffering
Source§fn clone(&self) -> ReservedCacheNodesOffering
fn clone(&self) -> ReservedCacheNodesOffering
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 ReservedCacheNodesOffering
impl RefUnwindSafe for ReservedCacheNodesOffering
impl Send for ReservedCacheNodesOffering
impl Sync for ReservedCacheNodesOffering
impl Unpin for ReservedCacheNodesOffering
impl UnsafeUnpin for ReservedCacheNodesOffering
impl UnwindSafe for ReservedCacheNodesOffering
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