Struct qapi_qmp::query_hotpluggable_cpus
source · [−]pub struct query_hotpluggable_cpus {}Trait Implementations
sourceimpl Clone for query_hotpluggable_cpus
impl Clone for query_hotpluggable_cpus
sourcefn clone(&self) -> query_hotpluggable_cpus
fn clone(&self) -> query_hotpluggable_cpus
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 Command for query_hotpluggable_cpus
impl Command for query_hotpluggable_cpus
sourceimpl Debug for query_hotpluggable_cpus
impl Debug for query_hotpluggable_cpus
sourceimpl<'de> Deserialize<'de> for query_hotpluggable_cpus
impl<'de> Deserialize<'de> for query_hotpluggable_cpus
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 query_hotpluggable_cpus
impl Serialize for query_hotpluggable_cpus
impl QmpCommand for query_hotpluggable_cpus
Auto Trait Implementations
impl RefUnwindSafe for query_hotpluggable_cpus
impl Send for query_hotpluggable_cpus
impl Sync for query_hotpluggable_cpus
impl Unpin for query_hotpluggable_cpus
impl UnwindSafe for query_hotpluggable_cpus
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