pub struct GetPrinterAttributesBuilder { /* private fields */ }
Expand description
Builder to create GetPrinterAttributes operation
Implementations§
Source§impl GetPrinterAttributesBuilder
impl GetPrinterAttributesBuilder
Sourcepub fn attribute(self, attribute: &str) -> Self
pub fn attribute(self, attribute: &str) -> Self
Specify which attribute to retrieve from the printer. Can be repeated.
Sourcepub fn attributes<T>(self, attributes: &[T]) -> Self
pub fn attributes<T>(self, attributes: &[T]) -> Self
Specify which attributes to retrieve from the printer
Sourcepub fn build(self) -> impl IppOperation
pub fn build(self) -> impl IppOperation
Build operation
Auto Trait Implementations§
impl Freeze for GetPrinterAttributesBuilder
impl RefUnwindSafe for GetPrinterAttributesBuilder
impl Send for GetPrinterAttributesBuilder
impl Sync for GetPrinterAttributesBuilder
impl Unpin for GetPrinterAttributesBuilder
impl UnwindSafe for GetPrinterAttributesBuilder
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