Struct varlink::ErrorInterfaceNotFound[][src]

pub struct ErrorInterfaceNotFound {
    pub interface: Option<String>,
}

Fields

Trait Implementations

impl Debug for ErrorInterfaceNotFound
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ErrorInterfaceNotFound
[src]

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

This method tests for !=.

impl Default for ErrorInterfaceNotFound
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations