Struct mailslurp::apis::template_controller_api::CreateTemplateParams [−][src]
pub struct CreateTemplateParams {
pub create_template_options: CreateTemplateOptions,
}Expand description
struct for passing parameters to the method create_template
Fields
create_template_options: CreateTemplateOptionscreateTemplateOptions
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CreateTemplateParamsimpl Send for CreateTemplateParamsimpl Sync for CreateTemplateParamsimpl Unpin for CreateTemplateParamsimpl UnwindSafe for CreateTemplateParamsBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more