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