Struct varlink::ServiceInfo[][src]

pub struct ServiceInfo {
    pub vendor: Cow<'static, str>,
    pub product: Cow<'static, str>,
    pub version: Cow<'static, str>,
    pub url: Cow<'static, str>,
    pub interfaces: Vec<Cow<'static, str>>,
}

Fields

Trait Implementations

impl Debug for ServiceInfo
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ServiceInfo
[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 ServiceInfo
[src]

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

impl Clone for ServiceInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ServiceInfo

impl Sync for ServiceInfo