Struct libvirt_rpc::request::TypedParam [] [src]

pub struct TypedParam(_);

Trait Implementations

impl Into<TypedParam> for MigrationParam
[src]

[src]

Performs the conversion.

impl Debug for TypedParam
[src]

[src]

Formats the value using the given formatter. Read more

impl Into<remote_typed_param> for TypedParam
[src]

[src]

Performs the conversion.

impl From<remote_typed_param> for TypedParam
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for TypedParam

impl Sync for TypedParam