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