Struct libvirt_rpc::request::generated::virNetMessageNonnullString [] [src]

pub struct virNetMessageNonnullString(pub String);

Trait Implementations

impl Clone for virNetMessageNonnullString
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for virNetMessageNonnullString
[src]

Formats the value using the given formatter.

impl Eq for virNetMessageNonnullString
[src]

impl PartialEq for virNetMessageNonnullString
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<Out: Write> Pack<Out> for virNetMessageNonnullString
[src]

impl<In: Read> Unpack<In> for virNetMessageNonnullString
[src]