Struct qapi_qga::GuestAgentCommandInfo [−][src]
pub struct GuestAgentCommandInfo { pub enabled: bool, pub name: String, pub success_response: bool, }
Fields
enabled: bool
name: String
success_response: bool
Trait Implementations
impl Debug for GuestAgentCommandInfo
[src]
impl Debug for GuestAgentCommandInfo
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for GuestAgentCommandInfo
[src]
impl Clone for GuestAgentCommandInfo
fn clone(&self) -> GuestAgentCommandInfo
[src]
fn clone(&self) -> GuestAgentCommandInfo
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for GuestAgentCommandInfo
impl Send for GuestAgentCommandInfo
impl Sync for GuestAgentCommandInfo
impl Sync for GuestAgentCommandInfo