Struct google_sheets4::api::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.

This type is not used in any activity, and only used as part of another schema.

Fields

add_banding: Option<AddBandingResponse>

A reply from adding a banded range.

add_chart: Option<AddChartResponse>

A reply from adding a chart.

add_data_source: Option<AddDataSourceResponse>

A reply from adding a data source.

add_dimension_group: Option<AddDimensionGroupResponse>

A reply from adding a dimension group.

add_filter_view: Option<AddFilterViewResponse>

A reply from adding a filter view.

add_named_range: Option<AddNamedRangeResponse>

A reply from adding a named range.

add_protected_range: Option<AddProtectedRangeResponse>

A reply from adding a protected range.

add_sheet: Option<AddSheetResponse>

A reply from adding a sheet.

add_slicer: Option<AddSlicerResponse>

A reply from adding a slicer.

create_developer_metadata: Option<CreateDeveloperMetadataResponse>

A reply from creating a developer metadata entry.

delete_conditional_format_rule: Option<DeleteConditionalFormatRuleResponse>

A reply from deleting a conditional format rule.

delete_developer_metadata: Option<DeleteDeveloperMetadataResponse>

A reply from deleting a developer metadata entry.

delete_dimension_group: Option<DeleteDimensionGroupResponse>

A reply from deleting a dimension group.

delete_duplicates: Option<DeleteDuplicatesResponse>

A reply from removing rows containing duplicate values.

duplicate_filter_view: Option<DuplicateFilterViewResponse>

A reply from duplicating a filter view.

duplicate_sheet: Option<DuplicateSheetResponse>

A reply from duplicating a sheet.

find_replace: Option<FindReplaceResponse>

A reply from doing a find/replace.

refresh_data_source: Option<RefreshDataSourceResponse>

A reply from refreshing data source objects.

trim_whitespace: Option<TrimWhitespaceResponse>

A reply from trimming whitespace.

update_conditional_format_rule: Option<UpdateConditionalFormatRuleResponse>

A reply from updating a conditional format rule.

update_data_source: Option<UpdateDataSourceResponse>

A reply from updating a data source.

update_developer_metadata: Option<UpdateDeveloperMetadataResponse>

A reply from updating a developer metadata entry.

update_embedded_object_position: Option<UpdateEmbeddedObjectPositionResponse>

A reply from updating an embedded object’s position.

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

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

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.