pub struct LocalDisksGetOutputLocalDisksItems {
pub cdrom: bool,
pub is_unused: bool,
pub size: i64,
pub volid: String,
pub additional_properties: HashMap<String, Value>,
}Fields§
§cdrom: boolTrue if the disk is a cdrom.
is_unused: boolTrue if the disk is unused.
size: i64The size of the disk in bytes.
volid: StringThe volid of the disk.
additional_properties: HashMap<String, Value>Implementations§
Trait Implementations§
Source§impl Clone for LocalDisksGetOutputLocalDisksItems
impl Clone for LocalDisksGetOutputLocalDisksItems
Source§fn clone(&self) -> LocalDisksGetOutputLocalDisksItems
fn clone(&self) -> LocalDisksGetOutputLocalDisksItems
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LocalDisksGetOutputLocalDisksItems
impl<'de> Deserialize<'de> for LocalDisksGetOutputLocalDisksItems
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 LocalDisksGetOutputLocalDisksItems
impl RefUnwindSafe for LocalDisksGetOutputLocalDisksItems
impl Send for LocalDisksGetOutputLocalDisksItems
impl Sync for LocalDisksGetOutputLocalDisksItems
impl Unpin for LocalDisksGetOutputLocalDisksItems
impl UnsafeUnpin for LocalDisksGetOutputLocalDisksItems
impl UnwindSafe for LocalDisksGetOutputLocalDisksItems
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