Struct google_docs1::api::DeleteHeaderRequest
source · pub struct DeleteHeaderRequest {
pub header_id: Option<String>,
}Expand description
Deletes a Header from the document.
This type is not used in any activity, and only used as part of another schema.
Fields§
§header_id: Option<String>The id of the header to delete. If this header is defined on DocumentStyle, the reference to this header is removed, resulting in no header of that type for the first section of the document. If this header is defined on a SectionStyle, the reference to this header is removed and the header of that type is now continued from the previous section.
Trait Implementations§
source§impl Clone for DeleteHeaderRequest
impl Clone for DeleteHeaderRequest
source§fn clone(&self) -> DeleteHeaderRequest
fn clone(&self) -> DeleteHeaderRequest
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DeleteHeaderRequest
impl Debug for DeleteHeaderRequest
source§impl Default for DeleteHeaderRequest
impl Default for DeleteHeaderRequest
source§fn default() -> DeleteHeaderRequest
fn default() -> DeleteHeaderRequest
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DeleteHeaderRequest
impl<'de> Deserialize<'de> for DeleteHeaderRequest
source§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
source§impl Serialize for DeleteHeaderRequest
impl Serialize for DeleteHeaderRequest
impl Part for DeleteHeaderRequest
Auto Trait Implementations§
impl RefUnwindSafe for DeleteHeaderRequest
impl Send for DeleteHeaderRequest
impl Sync for DeleteHeaderRequest
impl Unpin for DeleteHeaderRequest
impl UnwindSafe for DeleteHeaderRequest
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more