pub struct NetworkProfile {
pub network_interfaces: Vec<NetworkInterface>,
}Expand description
Defines the resource properties.
Fields§
§network_interfaces: Vec<NetworkInterface>Gets or sets the list of network interfaces associated with the virtual machine.
Implementations§
Trait Implementations§
Source§impl Clone for NetworkProfile
impl Clone for NetworkProfile
Source§fn clone(&self) -> NetworkProfile
fn clone(&self) -> NetworkProfile
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 Debug for NetworkProfile
impl Debug for NetworkProfile
Source§impl Default for NetworkProfile
impl Default for NetworkProfile
Source§fn default() -> NetworkProfile
fn default() -> NetworkProfile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NetworkProfile
impl<'de> Deserialize<'de> for NetworkProfile
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 PartialEq for NetworkProfile
impl PartialEq for NetworkProfile
Source§impl Serialize for NetworkProfile
impl Serialize for NetworkProfile
impl StructuralPartialEq for NetworkProfile
Auto Trait Implementations§
impl Freeze for NetworkProfile
impl RefUnwindSafe for NetworkProfile
impl Send for NetworkProfile
impl Sync for NetworkProfile
impl Unpin for NetworkProfile
impl UnwindSafe for NetworkProfile
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