pub struct BulkVmInterfaceRequestVirtualMachine {
pub name: String,
pub description: Option<String>,
}Fields§
§name: String§description: Option<String>Implementations§
Source§impl BulkVmInterfaceRequestVirtualMachine
impl BulkVmInterfaceRequestVirtualMachine
pub fn new(name: String) -> BulkVmInterfaceRequestVirtualMachine
Trait Implementations§
Source§impl Clone for BulkVmInterfaceRequestVirtualMachine
impl Clone for BulkVmInterfaceRequestVirtualMachine
Source§fn clone(&self) -> BulkVmInterfaceRequestVirtualMachine
fn clone(&self) -> BulkVmInterfaceRequestVirtualMachine
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 Default for BulkVmInterfaceRequestVirtualMachine
impl Default for BulkVmInterfaceRequestVirtualMachine
Source§fn default() -> BulkVmInterfaceRequestVirtualMachine
fn default() -> BulkVmInterfaceRequestVirtualMachine
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BulkVmInterfaceRequestVirtualMachine
impl<'de> Deserialize<'de> for BulkVmInterfaceRequestVirtualMachine
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
impl StructuralPartialEq for BulkVmInterfaceRequestVirtualMachine
Auto Trait Implementations§
impl Freeze for BulkVmInterfaceRequestVirtualMachine
impl RefUnwindSafe for BulkVmInterfaceRequestVirtualMachine
impl Send for BulkVmInterfaceRequestVirtualMachine
impl Sync for BulkVmInterfaceRequestVirtualMachine
impl Unpin for BulkVmInterfaceRequestVirtualMachine
impl UnsafeUnpin for BulkVmInterfaceRequestVirtualMachine
impl UnwindSafe for BulkVmInterfaceRequestVirtualMachine
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