pub struct netdev_add(pub Netdev);
Tuple Fields§
§0: Netdev
Trait Implementations§
Source§impl Clone for netdev_add
impl Clone for netdev_add
Source§fn clone(&self) -> netdev_add
fn clone(&self) -> netdev_add
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 Command for netdev_add
impl Command for netdev_add
Source§impl Debug for netdev_add
impl Debug for netdev_add
Source§impl<'de> Deserialize<'de> for netdev_add
impl<'de> Deserialize<'de> for netdev_add
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<Netdev> for netdev_add
impl From<Netdev> for netdev_add
Source§impl Serialize for netdev_add
impl Serialize for netdev_add
impl QmpCommand for netdev_add
Auto Trait Implementations§
impl Freeze for netdev_add
impl RefUnwindSafe for netdev_add
impl Send for netdev_add
impl Sync for netdev_add
impl Unpin for netdev_add
impl UnwindSafe for netdev_add
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