[−][src]Struct google_docs1::CreateHeaderRequest
Creates a Header. The new header is applied to the SectionStyle at the location of the SectionBreak if specificed, otherwise it is applied to the DocumentStyle.
If a header of the specified type already exists, a 400 bad request error is returned.
This type is not used in any activity, and only used as part of another schema.
Fields
type_: Option<String>The type of header to create.
section_break_location: Option<Location>The location of the SectionBreak which begins the section this header should belong to. If `section_break_location' is unset or if it refers to the first section break in the document body, the header applies to the DocumentStyle
Trait Implementations
impl Clone for CreateHeaderRequest[src]
fn clone(&self) -> CreateHeaderRequest[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for CreateHeaderRequest[src]
impl Default for CreateHeaderRequest[src]
fn default() -> CreateHeaderRequest[src]
impl<'de> Deserialize<'de> for CreateHeaderRequest[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for CreateHeaderRequest[src]
impl Serialize for CreateHeaderRequest[src]
Auto Trait Implementations
impl RefUnwindSafe for CreateHeaderRequest
impl Send for CreateHeaderRequest
impl Sync for CreateHeaderRequest
impl Unpin for CreateHeaderRequest
impl UnwindSafe for CreateHeaderRequest
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,
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, 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.
fn to_owned(&self) -> T[src]
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.
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Typeable for T where
T: Any,
T: Any,