pub struct CancelJob { /* private fields */ }
Expand description
IPP operation Cancel-Job
Implementations§
Trait Implementations§
source§impl IppOperation for CancelJob
impl IppOperation for CancelJob
source§fn into_ipp_request(self) -> IppRequestResponse
fn into_ipp_request(self) -> IppRequestResponse
Convert this operation to IPP request which is ready for sending
source§fn version(&self) -> IppVersion
fn version(&self) -> IppVersion
Return IPP version for this operation. Default is 1.1
Auto Trait Implementations§
impl RefUnwindSafe for CancelJob
impl Send for CancelJob
impl Sync for CancelJob
impl Unpin for CancelJob
impl UnwindSafe for CancelJob
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more