Struct ipp::operation::cups::CupsDeletePrinter
source · pub struct CupsDeletePrinter(/* private fields */);
Expand description
IPP operation CUPS-Delete-Printer
Implementations§
source§impl CupsDeletePrinter
impl CupsDeletePrinter
sourcepub fn new(printer_uri: Uri) -> CupsDeletePrinter
pub fn new(printer_uri: Uri) -> CupsDeletePrinter
Create CUPS-Get-Printers operation
Trait Implementations§
source§impl IppOperation for CupsDeletePrinter
impl IppOperation for CupsDeletePrinter
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 CupsDeletePrinter
impl Send for CupsDeletePrinter
impl Sync for CupsDeletePrinter
impl Unpin for CupsDeletePrinter
impl UnwindSafe for CupsDeletePrinter
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