Struct ipp::operation::cups::CupsGetPrinters
source · pub struct CupsGetPrinters;
Expand description
IPP operation CUPS-Get-Printers
Implementations§
source§impl CupsGetPrinters
impl CupsGetPrinters
sourcepub fn new() -> CupsGetPrinters
pub fn new() -> CupsGetPrinters
Create CUPS-Get-Printers operation
Trait Implementations§
source§impl Default for CupsGetPrinters
impl Default for CupsGetPrinters
source§fn default() -> CupsGetPrinters
fn default() -> CupsGetPrinters
Returns the “default value” for a type. Read more
source§impl IppOperation for CupsGetPrinters
impl IppOperation for CupsGetPrinters
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 CupsGetPrinters
impl Send for CupsGetPrinters
impl Sync for CupsGetPrinters
impl Unpin for CupsGetPrinters
impl UnwindSafe for CupsGetPrinters
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