Struct google_docs1::api::Request [−][src]
A single update to apply to a document.
This type is not used in any activity, and only used as part of another schema.
Fields
Creates a footer.
create_footnote: Option<CreateFootnoteRequest>Creates a footnote.
create_header: Option<CreateHeaderRequest>Creates a header.
create_named_range: Option<CreateNamedRangeRequest>Creates a named range.
create_paragraph_bullets: Option<CreateParagraphBulletsRequest>Creates bullets for paragraphs.
delete_content_range: Option<DeleteContentRangeRequest>Deletes content from the document.
Deletes a footer from the document.
delete_header: Option<DeleteHeaderRequest>Deletes a header from the document.
delete_named_range: Option<DeleteNamedRangeRequest>Deletes a named range.
delete_paragraph_bullets: Option<DeleteParagraphBulletsRequest>Deletes bullets from paragraphs.
delete_positioned_object: Option<DeletePositionedObjectRequest>Deletes a positioned object from the document.
delete_table_column: Option<DeleteTableColumnRequest>Deletes a column from a table.
delete_table_row: Option<DeleteTableRowRequest>Deletes a row from a table.
insert_inline_image: Option<InsertInlineImageRequest>Inserts an inline image at the specified location.
insert_page_break: Option<InsertPageBreakRequest>Inserts a page break at the specified location.
insert_section_break: Option<InsertSectionBreakRequest>Inserts a section break at the specified location.
insert_table: Option<InsertTableRequest>Inserts a table at the specified location.
insert_table_column: Option<InsertTableColumnRequest>Inserts an empty column into a table.
insert_table_row: Option<InsertTableRowRequest>Inserts an empty row into a table.
insert_text: Option<InsertTextRequest>Inserts text at the specified location.
merge_table_cells: Option<MergeTableCellsRequest>Merges cells in a table.
replace_all_text: Option<ReplaceAllTextRequest>Replaces all instances of the specified text.
replace_image: Option<ReplaceImageRequest>Replaces an image in the document.
replace_named_range_content: Option<ReplaceNamedRangeContentRequest>Replaces the content in a named range.
unmerge_table_cells: Option<UnmergeTableCellsRequest>Unmerges cells in a table.
update_document_style: Option<UpdateDocumentStyleRequest>Updates the style of the document.
update_paragraph_style: Option<UpdateParagraphStyleRequest>Updates the paragraph style at the specified range.
update_section_style: Option<UpdateSectionStyleRequest>Updates the section style of the specified range.
update_table_cell_style: Option<UpdateTableCellStyleRequest>Updates the style of table cells.
update_table_column_properties: Option<UpdateTableColumnPropertiesRequest>Updates the properties of columns in a table.
update_table_row_style: Option<UpdateTableRowStyleRequest>Updates the row style in a table.
update_text_style: Option<UpdateTextStyleRequest>Updates the text style at the specified range.
Trait Implementations
impl Clone for Request[src]
impl Debug for Request[src]
impl Default for Request[src]
impl<'de> Deserialize<'de> for Request[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for Request[src]
impl Serialize for Request[src]
Auto Trait Implementations
impl RefUnwindSafe for Request[src]
impl Send for Request[src]
impl Sync for Request[src]
impl Unpin for Request[src]
impl UnwindSafe for Request[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,