Struct sheets::types::Response[][src]

pub struct Response {
Show 23 fields pub add_banding: Option<AddBandingResponse>, pub add_chart: Option<AddChartResponse>, pub add_data_source: Option<AddDataSourceResponse>, pub add_dimension_group: Option<AddDimensionGroupResponse>, pub add_filter_view: Option<AddFilterViewResponse>, pub add_named_range: Option<AddNamedRangeResponse>, pub add_protected_range: Option<AddProtectedRangeResponse>, pub add_sheet: Option<AddSheetResponse>, pub add_slicer: Option<AddSlicerResponse>, pub create_developer_metadata: Option<CreateDeveloperMetadataResponse>, pub delete_conditional_format_rule: Option<DeleteConditionalFormatRuleResponse>, pub delete_developer_metadata: Option<DeleteDeveloperMetadataResponse>, pub delete_dimension_group: Option<DeleteDimensionGroupResponse>, pub delete_duplicates: Option<DeleteDuplicatesResponse>, pub duplicate_filter_view: Option<DuplicateFilterViewResponse>, pub duplicate_sheet: Option<DuplicateSheetResponse>, pub find_replace: Option<FindReplaceResponse>, pub refresh_data_source: Option<RefreshDataSourceResponse>, pub trim_whitespace: Option<TrimWhitespaceResponse>, pub update_conditional_format_rule: Option<UpdateConditionalFormatRuleResponse>, pub update_data_source: Option<UpdateDataSourceResponse>, pub update_developer_metadata: Option<UpdateDeveloperMetadataResponse>, pub update_embedded_object_position: Option<UpdateEmbeddedObjectPositionResponse>,
}
Expand description

A single response from an update.

Fields

add_banding: Option<AddBandingResponse>

A single response from an update.

add_chart: Option<AddChartResponse>

A single response from an update.

add_data_source: Option<AddDataSourceResponse>

A single response from an update.

add_dimension_group: Option<AddDimensionGroupResponse>

A single response from an update.

add_filter_view: Option<AddFilterViewResponse>

A single response from an update.

add_named_range: Option<AddNamedRangeResponse>

A single response from an update.

add_protected_range: Option<AddProtectedRangeResponse>

A single response from an update.

add_sheet: Option<AddSheetResponse>

A single response from an update.

add_slicer: Option<AddSlicerResponse>

A single response from an update.

create_developer_metadata: Option<CreateDeveloperMetadataResponse>

A single response from an update.

delete_conditional_format_rule: Option<DeleteConditionalFormatRuleResponse>

A single response from an update.

delete_developer_metadata: Option<DeleteDeveloperMetadataResponse>

A single response from an update.

delete_dimension_group: Option<DeleteDimensionGroupResponse>

A single response from an update.

delete_duplicates: Option<DeleteDuplicatesResponse>

A single response from an update.

duplicate_filter_view: Option<DuplicateFilterViewResponse>

A single response from an update.

duplicate_sheet: Option<DuplicateSheetResponse>

A single response from an update.

find_replace: Option<FindReplaceResponse>

A single response from an update.

refresh_data_source: Option<RefreshDataSourceResponse>

A single response from an update.

trim_whitespace: Option<TrimWhitespaceResponse>

A single response from an update.

update_conditional_format_rule: Option<UpdateConditionalFormatRuleResponse>

A single response from an update.

update_data_source: Option<UpdateDataSourceResponse>

A single response from an update.

update_developer_metadata: Option<UpdateDeveloperMetadataResponse>

A single response from an update.

update_embedded_object_position: Option<UpdateEmbeddedObjectPositionResponse>

A single response from an update.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

The name of the generated JSON Schema. Read more

Generates a JSON Schema for this type. Read more

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.