pub struct Server {Show 17 fields
pub core_number: Option<String>,
pub created: Option<i64>,
pub host: i64,
pub hostname: String,
pub labels: Option<Labels>,
pub license: f64,
pub memory_amount: String,
pub plan: String,
pub plan_ipv4_bytes: String,
pub plan_ipv6_bytes: String,
pub server_group: Option<String>,
pub simple_backup: String,
pub state: String,
pub tags: Tags,
pub title: String,
pub uuid: String,
pub zone: String,
}Fields§
§core_number: Option<String>§created: Option<i64>§host: i64§hostname: String§labels: Option<Labels>§license: f64§memory_amount: String§plan: String§plan_ipv4_bytes: String§plan_ipv6_bytes: String§server_group: Option<String>§simple_backup: String§state: String§title: String§uuid: String§zone: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for Server
impl<'de> Deserialize<'de> for Server
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 Server
impl RefUnwindSafe for Server
impl Send for Server
impl Sync for Server
impl Unpin for Server
impl UnwindSafe for Server
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