pub struct UpcloudServer {Show 13 fields
pub core_number: String,
pub hostname: String,
pub labels: UpcloudLabelList,
pub license: u32,
pub memory_amount: String,
pub plan: String,
pub plan_ipv4_bytes: String,
pub plan_ipv6_bytes: String,
pub state: String,
pub tags: UpcloudTagList,
pub title: String,
pub uuid: String,
pub zone: String,
}
Fields§
§core_number: String
§hostname: String
§labels: UpcloudLabelList
§license: u32
§memory_amount: String
§plan: String
§plan_ipv4_bytes: String
§plan_ipv6_bytes: String
§state: String
§title: String
§uuid: String
§zone: String
Trait Implementations§
Source§impl Debug for UpcloudServer
impl Debug for UpcloudServer
Source§impl<'de> Deserialize<'de> for UpcloudServer
impl<'de> Deserialize<'de> for UpcloudServer
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 UpcloudServer
impl RefUnwindSafe for UpcloudServer
impl Send for UpcloudServer
impl Sync for UpcloudServer
impl Unpin for UpcloudServer
impl UnwindSafe for UpcloudServer
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