pub struct GetScannerParametersRequest {}Expand description
Returns an xml file containing all available parameters to be sent for the Iserver scanner request.
Implementations§
Source§impl GetScannerParametersRequest
impl GetScannerParametersRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<GetScannerParametersResponse>
pub async fn parse_response( req: Response, ) -> Result<GetScannerParametersResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetScannerParametersRequest
impl Clone for GetScannerParametersRequest
Source§fn clone(&self) -> GetScannerParametersRequest
fn clone(&self) -> GetScannerParametersRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetScannerParametersRequest
impl Debug for GetScannerParametersRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetScannerParametersRequest
impl<'v_a> ValidateArgs<'v_a> for GetScannerParametersRequest
Auto Trait Implementations§
impl Freeze for GetScannerParametersRequest
impl RefUnwindSafe for GetScannerParametersRequest
impl Send for GetScannerParametersRequest
impl Sync for GetScannerParametersRequest
impl Unpin for GetScannerParametersRequest
impl UnsafeUnpin for GetScannerParametersRequest
impl UnwindSafe for GetScannerParametersRequest
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