Struct ipp::operation::builder::CreateJobBuilder
source · pub struct CreateJobBuilder { /* private fields */ }
Expand description
Builder to create Create-Job operation
Implementations§
source§impl CreateJobBuilder
impl CreateJobBuilder
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 CreateJobBuilder
impl Send for CreateJobBuilder
impl Sync for CreateJobBuilder
impl Unpin for CreateJobBuilder
impl UnwindSafe for CreateJobBuilder
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