pub struct Linode {
pub id: LinodeId,
pub label: String,
pub status: LinodeStatus,
pub _extra: Map<String, Value>,
}
Fields§
§id: LinodeId
§label: String
§status: LinodeStatus
§_extra: Map<String, Value>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Linode
impl<'de> Deserialize<'de> for Linode
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
Source§impl From<Linode> for ResponseBody
impl From<Linode> for ResponseBody
Source§impl From<Linode> for ResponseBody
impl From<Linode> for ResponseBody
Auto Trait Implementations§
impl Freeze for Linode
impl RefUnwindSafe for Linode
impl Send for Linode
impl Sync for Linode
impl Unpin for Linode
impl UnwindSafe for Linode
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