pub struct MembersGetOutputItemsMembersItems {
pub id: String,
pub node: String,
pub storage: Option<String>,
pub ty: Type,
pub vmid: Option<u64>,
pub additional_properties: HashMap<String, Value>,
}
Fields§
§id: String
§node: String
§storage: Option<String>
§ty: Type
§vmid: Option<u64>
§additional_properties: HashMap<String, Value>
Implementations§
Trait Implementations§
Source§impl Clone for MembersGetOutputItemsMembersItems
impl Clone for MembersGetOutputItemsMembersItems
Source§fn clone(&self) -> MembersGetOutputItemsMembersItems
fn clone(&self) -> MembersGetOutputItemsMembersItems
Returns a duplicate 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<'de> Deserialize<'de> for MembersGetOutputItemsMembersItems
impl<'de> Deserialize<'de> for MembersGetOutputItemsMembersItems
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 MembersGetOutputItemsMembersItems
impl RefUnwindSafe for MembersGetOutputItemsMembersItems
impl Send for MembersGetOutputItemsMembersItems
impl Sync for MembersGetOutputItemsMembersItems
impl Unpin for MembersGetOutputItemsMembersItems
impl UnwindSafe for MembersGetOutputItemsMembersItems
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