[][src]Struct saleae::client::Connection

pub struct Connection(pub MaybeFaux<_FauxOriginal_Connection>);

Implementations

impl Connection[src]

pub fn faux() -> Self[src]

impl Connection[src]

pub fn new(_x0: &str) -> Self[src]

pub fn general_recieve_ack(&mut self) -> Result<bool>[src]

pub fn general_recieve_message(&mut self) -> Result<String>[src]

pub fn run_command(&mut self, _x0: &str) -> Result<()>[src]

impl Connection[src]

pub fn _when_general_recieve_ack(&mut self) -> When<'_, (), Result<bool>>[src]

pub fn _when_general_recieve_message(&mut self) -> When<'_, (), Result<String>>[src]

pub fn _when_run_command(&mut self) -> When<'_, &str, Result<()>>[src]

Trait Implementations

impl Debug for Connection[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.