Struct qapi_qmp::NetdevHubPortOptions
source · [−]Fields
netdev: Option<String>hubid: i32Trait Implementations
sourceimpl Clone for NetdevHubPortOptions
impl Clone for NetdevHubPortOptions
sourcefn clone(&self) -> NetdevHubPortOptions
fn clone(&self) -> NetdevHubPortOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for NetdevHubPortOptions
impl Debug for NetdevHubPortOptions
sourceimpl<'de> Deserialize<'de> for NetdevHubPortOptions
impl<'de> Deserialize<'de> for NetdevHubPortOptions
sourcefn 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
sourceimpl Serialize for NetdevHubPortOptions
impl Serialize for NetdevHubPortOptions
Auto Trait Implementations
impl RefUnwindSafe for NetdevHubPortOptions
impl Send for NetdevHubPortOptions
impl Sync for NetdevHubPortOptions
impl Unpin for NetdevHubPortOptions
impl UnwindSafe for NetdevHubPortOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more