Struct tokio_hglib::Client[][src]

pub struct Client<C> where
    C: Connection
{ /* fields omitted */ }

Command-server client holding active connection.

Methods

impl<C> Client<C> where
    C: Connection
[src]

Server capabilities, encoding, etc.

Runs the Mercurial command specified in bytes.

Panics

Panics if argument contains \0 character.

Runs the Mercurial command specified in platform string.

Trait Implementations

impl<C: Debug> Debug for Client<C> where
    C: Connection
[src]

Formats the value using the given formatter. Read more

impl<C> AsRawFd for Client<C> where
    C: Connection + AsRawFd
[src]

Extracts the raw file descriptor. Read more

Auto Trait Implementations

impl<C> Send for Client<C>

impl<C> Sync for Client<C> where
    C: Sync