[][src]Trait ipp::operation::IppOperation

pub trait IppOperation {
    fn to_ipp_request(self, uri: &str) -> IppRequestResponse;
}

Trait which represents a single IPP operation

Required methods

fn to_ipp_request(self, uri: &str) -> IppRequestResponse

Convert this operation to IPP request which is ready for sending

Loading content...

Implementors

impl IppOperation for CreateJob[src]

impl IppOperation for GetPrinterAttributes[src]

impl IppOperation for PrintJob[src]

impl IppOperation for SendDocument[src]

Loading content...