Struct mailslurp::apis::inbox_controller_api::CreateInboxWithOptionsParams [−][src]
pub struct CreateInboxWithOptionsParams {
pub create_inbox_dto: CreateInboxDto,
}Expand description
struct for passing parameters to the method create_inbox_with_options
Fields
create_inbox_dto: CreateInboxDtocreateInboxDto
Trait Implementations
Auto Trait Implementations
impl Send for CreateInboxWithOptionsParamsimpl Sync for CreateInboxWithOptionsParamsimpl Unpin for CreateInboxWithOptionsParamsimpl UnwindSafe for CreateInboxWithOptionsParamsBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more