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
sourcefn clone(&self) -> FooterReference<'a>
fn clone(&self) -> FooterReference<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourcefn default() -> FooterReference<'a>
fn default() -> FooterReference<'a>
Returns the “default value” for a type. Read more
sourcefn from(original: FooterReference<'a>) -> HeaderFooterReference<'a>
fn from(original: FooterReference<'a>) -> HeaderFooterReference<'a>
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more