Struct qapi_qmp::NetdevVmnetBridgedOptions
source · [−]Fields
isolated: Option<bool>ifname: StringTrait Implementations
sourceimpl Clone for NetdevVmnetBridgedOptions
impl Clone for NetdevVmnetBridgedOptions
sourcefn clone(&self) -> NetdevVmnetBridgedOptions
fn clone(&self) -> NetdevVmnetBridgedOptions
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 NetdevVmnetBridgedOptions
impl Debug for NetdevVmnetBridgedOptions
sourceimpl<'de> Deserialize<'de> for NetdevVmnetBridgedOptions
impl<'de> Deserialize<'de> for NetdevVmnetBridgedOptions
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 NetdevVmnetBridgedOptions
impl Serialize for NetdevVmnetBridgedOptions
Auto Trait Implementations
impl RefUnwindSafe for NetdevVmnetBridgedOptions
impl Send for NetdevVmnetBridgedOptions
impl Sync for NetdevVmnetBridgedOptions
impl Unpin for NetdevVmnetBridgedOptions
impl UnwindSafe for NetdevVmnetBridgedOptions
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