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