Struct docx_rust::document::FooterReference
source · pub struct FooterReference<'a> {
pub ty: Option<HeaderFooterReferenceType>,
pub id: Option<Cow<'a, str>>,
}
Expand description
FooterReference
Fields§
§ty: Option<HeaderFooterReferenceType>
Specifies the FooterReference type of this FooterReference.
id: Option<Cow<'a, str>>
Implementations§
Trait Implementations§
source§fn clone(&self) -> FooterReference<'a>
fn clone(&self) -> FooterReference<'a>
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§fn default() -> FooterReference<'a>
fn default() -> FooterReference<'a>
Returns the “default value” for a type. Read more
source§fn from(original: FooterReference<'a>) -> HeaderFooterReference<'a>
fn from(original: FooterReference<'a>) -> HeaderFooterReference<'a>
Converts to this type from the input type.