Struct qapi_qga::GuestHostName [−][src]
pub struct GuestHostName { pub host_name: String, }
Fields
host_name: String
Trait Implementations
impl Debug for GuestHostName
[src]
impl Debug for GuestHostName
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 GuestHostName
[src]
impl Clone for GuestHostName
fn clone(&self) -> GuestHostName
[src]
fn clone(&self) -> GuestHostName
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 GuestHostName
impl Send for GuestHostName
impl Sync for GuestHostName
impl Sync for GuestHostName