Struct linode_api::objects::v4::linode_instances::linode_view::LinodesViewResponseBody
source · pub struct LinodesViewResponseBody {
pub id: u64,
pub label: String,
pub _extra: Map<String, Value>,
}Fields§
§id: u64§label: String§_extra: Map<String, Value>Trait Implementations§
source§impl Clone for LinodesViewResponseBody
impl Clone for LinodesViewResponseBody
source§fn clone(&self) -> LinodesViewResponseBody
fn clone(&self) -> LinodesViewResponseBody
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for LinodesViewResponseBody
impl Debug for LinodesViewResponseBody
source§impl<'de> Deserialize<'de> for LinodesViewResponseBody
impl<'de> Deserialize<'de> for LinodesViewResponseBody
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<LinodesViewResponseBody> for LinodesListResponseBodyDataItem
impl From<LinodesViewResponseBody> for LinodesListResponseBodyDataItem
source§fn from(v: LinodesViewResponseBody) -> Self
fn from(v: LinodesViewResponseBody) -> Self
Converts to this type from the input type.