pub struct FetchRsaPublicKeyParams {
pub recv_window: Option<i64>,
}Expand description
Request parameters for the [fetch_rsa_public_key] operation.
This struct holds all of the inputs you can pass when calling
fetch_rsa_public_key.
Fields§
§recv_window: Option<i64>The recv_window parameter.
This field is **optional.
Implementations§
Source§impl FetchRsaPublicKeyParams
impl FetchRsaPublicKeyParams
Sourcepub fn builder() -> FetchRsaPublicKeyParamsBuilder
pub fn builder() -> FetchRsaPublicKeyParamsBuilder
Create a builder for [fetch_rsa_public_key].
Trait Implementations§
Source§impl Clone for FetchRsaPublicKeyParams
impl Clone for FetchRsaPublicKeyParams
Source§fn clone(&self) -> FetchRsaPublicKeyParams
fn clone(&self) -> FetchRsaPublicKeyParams
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 Debug for FetchRsaPublicKeyParams
impl Debug for FetchRsaPublicKeyParams
Source§impl Default for FetchRsaPublicKeyParams
impl Default for FetchRsaPublicKeyParams
Source§fn default() -> FetchRsaPublicKeyParams
fn default() -> FetchRsaPublicKeyParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FetchRsaPublicKeyParams
impl RefUnwindSafe for FetchRsaPublicKeyParams
impl Send for FetchRsaPublicKeyParams
impl Sync for FetchRsaPublicKeyParams
impl Unpin for FetchRsaPublicKeyParams
impl UnsafeUnpin for FetchRsaPublicKeyParams
impl UnwindSafe for FetchRsaPublicKeyParams
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