pub struct FetchAddressVerificationListParams {
pub recv_window: Option<i64>,
}Expand description
Request parameters for the [fetch_address_verification_list] operation.
This struct holds all of the inputs you can pass when calling
fetch_address_verification_list.
Fields§
§recv_window: Option<i64>The recv_window parameter.
This field is **optional.
Implementations§
Source§impl FetchAddressVerificationListParams
impl FetchAddressVerificationListParams
Sourcepub fn builder() -> FetchAddressVerificationListParamsBuilder
pub fn builder() -> FetchAddressVerificationListParamsBuilder
Create a builder for [fetch_address_verification_list].
Trait Implementations§
Source§impl Clone for FetchAddressVerificationListParams
impl Clone for FetchAddressVerificationListParams
Source§fn clone(&self) -> FetchAddressVerificationListParams
fn clone(&self) -> FetchAddressVerificationListParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for FetchAddressVerificationListParams
impl Default for FetchAddressVerificationListParams
Source§fn default() -> FetchAddressVerificationListParams
fn default() -> FetchAddressVerificationListParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FetchAddressVerificationListParams
impl RefUnwindSafe for FetchAddressVerificationListParams
impl Send for FetchAddressVerificationListParams
impl Sync for FetchAddressVerificationListParams
impl Unpin for FetchAddressVerificationListParams
impl UnsafeUnpin for FetchAddressVerificationListParams
impl UnwindSafe for FetchAddressVerificationListParams
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