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