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
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Response
impl UnwindSafe for Response
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more