[][src]Struct ipp_client::client::IppClient

pub struct IppClient { /* fields omitted */ }

IPP client.

IPP client is responsible for sending requests to IPP server.

Methods

impl IppClient[src]

pub fn check_ready(&self) -> impl Future<Item = (), Error = IppError>[src]

Check printer ready status

pub fn send<T>(
    &self,
    operation: T
) -> impl Future<Item = IppAttributes, Error = IppError> where
    T: IppOperation
[src]

send IPP operation

pub fn send_request(
    &self,
    request: IppRequestResponse
) -> impl Future<Item = IppRequestResponse, Error = IppError> + Send
[src]

Send request and return response

Auto Trait Implementations

Blanket Implementations

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.

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

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

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

impl<T> Erased for T

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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