Struct ipp::operation::GetJobAttributes
source · pub struct GetJobAttributes { /* private fields */ }
Expand description
IPP operation Cancel-Job
Implementations§
Trait Implementations§
source§impl IppOperation for GetJobAttributes
impl IppOperation for GetJobAttributes
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 GetJobAttributes
impl Send for GetJobAttributes
impl Sync for GetJobAttributes
impl Unpin for GetJobAttributes
impl UnwindSafe for GetJobAttributes
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