[][src]Trait ipp_proto::operation::IppOperation

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

    fn version(&self) -> IppVersion { ... }
}

Trait which represents a single IPP operation

Required methods

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

Convert this operation to IPP request which is ready for sending

Loading content...

Provided methods

fn version(&self) -> IppVersion

Return IPP version for this operation. Default is 1.1

Loading content...

Implementors

impl IppOperation for CupsDeletePrinter[src]

impl IppOperation for CupsGetPrinters[src]

impl IppOperation for CreateJob[src]

impl IppOperation for GetPrinterAttributes[src]

impl IppOperation for PrintJob[src]

impl IppOperation for SendDocument[src]

Loading content...