pub struct ListMutualAuthenticationsParams {
pub page_number: Option<i32>,
pub page_size: Option<i32>,
}
Expand description
struct for passing parameters to the method list_mutual_authentications
Fields§
§page_number: Option<i32>
Current page.
page_size: Option<i32>
Number of records per page.
Trait Implementations§
source§impl Clone for ListMutualAuthenticationsParams
impl Clone for ListMutualAuthenticationsParams
source§fn clone(&self) -> ListMutualAuthenticationsParams
fn clone(&self) -> ListMutualAuthenticationsParams
Returns a copy 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 Default for ListMutualAuthenticationsParams
impl Default for ListMutualAuthenticationsParams
source§fn default() -> ListMutualAuthenticationsParams
fn default() -> ListMutualAuthenticationsParams
Returns the “default value” for a type. Read more