pub struct UpcloudPricesZone {Show 17 fields
pub name: String,
pub firewall: UpcloudPrice,
pub io_request_backup: UpcloudPrice,
pub io_request_hdd: UpcloudPrice,
pub io_request_maxiops: UpcloudPrice,
pub ipv4_address: UpcloudPrice,
pub ipv6_address: UpcloudPrice,
pub public_ipv4_bandwidth_in: UpcloudPrice,
pub public_ipv4_bandwidth_out: UpcloudPrice,
pub public_ipv6_bandwidth_in: UpcloudPrice,
pub public_ipv6_bandwidth_out: UpcloudPrice,
pub server_core: UpcloudPrice,
pub server_memory: UpcloudPrice,
pub storage_backup: UpcloudPrice,
pub storage_hdd: UpcloudPrice,
pub storage_maxiops: UpcloudPrice,
pub extra: HashMap<String, UpcloudPrice>,
}
Fields§
§name: String
§firewall: UpcloudPrice
§io_request_backup: UpcloudPrice
§io_request_hdd: UpcloudPrice
§io_request_maxiops: UpcloudPrice
§ipv4_address: UpcloudPrice
§ipv6_address: UpcloudPrice
§public_ipv4_bandwidth_in: UpcloudPrice
§public_ipv4_bandwidth_out: UpcloudPrice
§public_ipv6_bandwidth_in: UpcloudPrice
§public_ipv6_bandwidth_out: UpcloudPrice
§server_core: UpcloudPrice
§server_memory: UpcloudPrice
§storage_backup: UpcloudPrice
§storage_hdd: UpcloudPrice
§storage_maxiops: UpcloudPrice
§extra: HashMap<String, UpcloudPrice>
Trait Implementations§
Source§impl Debug for UpcloudPricesZone
impl Debug for UpcloudPricesZone
Source§impl<'de> Deserialize<'de> for UpcloudPricesZone
impl<'de> Deserialize<'de> for UpcloudPricesZone
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 UpcloudPricesZone
impl RefUnwindSafe for UpcloudPricesZone
impl Send for UpcloudPricesZone
impl Sync for UpcloudPricesZone
impl Unpin for UpcloudPricesZone
impl UnwindSafe for UpcloudPricesZone
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