pub struct LinodeInstance {Show 19 fields
pub alerts: LinodeInstanceAlerts,
pub backups: LinodeInstanceBackups,
pub created: String,
pub group: String,
pub has_user_data: bool,
pub host_uuid: String,
pub hypervisor: String,
pub id: u64,
pub image: Option<String>,
pub ipv4: Vec<String>,
pub ipv6: String,
pub label: String,
pub region: String,
pub specs: LinodeInstanceSpecs,
pub status: String,
pub tags: Vec<String>,
pub ttype: String,
pub updated: String,
pub watchdog_enabled: bool,
}
Fields§
§alerts: LinodeInstanceAlerts
§backups: LinodeInstanceBackups
§created: String
§group: String
§has_user_data: bool
§host_uuid: String
§hypervisor: String
§id: u64
§image: Option<String>
§ipv4: Vec<String>
§ipv6: String
§label: String
§region: String
§specs: LinodeInstanceSpecs
§status: String
§ttype: String
§updated: String
§watchdog_enabled: bool
Trait Implementations§
Source§impl Debug for LinodeInstance
impl Debug for LinodeInstance
Source§impl<'de> Deserialize<'de> for LinodeInstance
impl<'de> Deserialize<'de> for LinodeInstance
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 LinodeInstance
impl RefUnwindSafe for LinodeInstance
impl Send for LinodeInstance
impl Sync for LinodeInstance
impl Unpin for LinodeInstance
impl UnwindSafe for LinodeInstance
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