pub struct CreateServiceAuthorizationParams {
pub service_authorization: Option<ServiceAuthorization>,
}
Expand description
struct for passing parameters to the method create_service_authorization
Fields§
Trait Implementations§
source§impl Clone for CreateServiceAuthorizationParams
impl Clone for CreateServiceAuthorizationParams
source§fn clone(&self) -> CreateServiceAuthorizationParams
fn clone(&self) -> CreateServiceAuthorizationParams
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 CreateServiceAuthorizationParams
impl Default for CreateServiceAuthorizationParams
source§fn default() -> CreateServiceAuthorizationParams
fn default() -> CreateServiceAuthorizationParams
Returns the “default value” for a type. Read more