pub struct GetFyiDeliveryRequest {}Expand description
Options for sending fyis to email and other devices.
Implementations§
Source§impl GetFyiDeliveryRequest
impl GetFyiDeliveryRequest
Sourcepub async fn parse_response(req: Response) -> Result<GetFyiDeliveryResponse>
pub async fn parse_response(req: Response) -> Result<GetFyiDeliveryResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetFyiDeliveryRequest
impl Clone for GetFyiDeliveryRequest
Source§fn clone(&self) -> GetFyiDeliveryRequest
fn clone(&self) -> GetFyiDeliveryRequest
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 GetFyiDeliveryRequest
impl Debug for GetFyiDeliveryRequest
Source§impl Default for GetFyiDeliveryRequest
impl Default for GetFyiDeliveryRequest
Source§impl Validate for GetFyiDeliveryRequest
impl Validate for GetFyiDeliveryRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetFyiDeliveryRequest
impl<'v_a> ValidateArgs<'v_a> for GetFyiDeliveryRequest
Auto Trait Implementations§
impl Freeze for GetFyiDeliveryRequest
impl RefUnwindSafe for GetFyiDeliveryRequest
impl Send for GetFyiDeliveryRequest
impl Sync for GetFyiDeliveryRequest
impl Unpin for GetFyiDeliveryRequest
impl UnsafeUnpin for GetFyiDeliveryRequest
impl UnwindSafe for GetFyiDeliveryRequest
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