Struct varlink::Connection[][src]

pub struct Connection {
    pub reader: Option<BufReader<Box<Read + Send + Sync>>>,
    pub writer: Option<Box<Write + Send + Sync>>,
    // some fields omitted
}

Fields

Methods

impl Connection
[src]

Trait Implementations

impl Default for Connection
[src]

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

impl Drop for Connection
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for Connection

impl Sync for Connection