Struct ipp::operation::builder::PrintJobBuilder
source · pub struct PrintJobBuilder { /* private fields */ }
Expand description
Builder to create Print-Job operation
Implementations§
source§impl PrintJobBuilder
impl PrintJobBuilder
sourcepub fn user_name<S>(self, user_name: S) -> Selfwhere
S: AsRef<str>,
pub fn user_name<S>(self, user_name: S) -> Selfwhere S: AsRef<str>,
Specify requesting-user-name attribute
sourcepub fn attribute(self, attribute: IppAttribute) -> Self
pub fn attribute(self, attribute: IppAttribute) -> Self
Specify custom job attribute
sourcepub fn attributes<I>(self, attributes: I) -> Selfwhere
I: IntoIterator<Item = IppAttribute>,
pub fn attributes<I>(self, attributes: I) -> Selfwhere I: IntoIterator<Item = IppAttribute>,
Specify custom job attributes
sourcepub fn build(self) -> impl IppOperation
pub fn build(self) -> impl IppOperation
Build operation
Auto Trait Implementations§
impl !RefUnwindSafe for PrintJobBuilder
impl Send for PrintJobBuilder
impl Sync for PrintJobBuilder
impl Unpin for PrintJobBuilder
impl !UnwindSafe for PrintJobBuilder
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