Struct docx_rust::settings::EvenAndOddHeaders
source · pub struct EvenAndOddHeaders {}
Trait Implementations§
source§impl Clone for EvenAndOddHeaders
impl Clone for EvenAndOddHeaders
source§fn clone(&self) -> EvenAndOddHeaders
fn clone(&self) -> EvenAndOddHeaders
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 EvenAndOddHeaders
impl Debug for EvenAndOddHeaders
source§impl Default for EvenAndOddHeaders
impl Default for EvenAndOddHeaders
source§fn default() -> EvenAndOddHeaders
fn default() -> EvenAndOddHeaders
Returns the “default value” for a type. Read more
source§impl<'__input> XmlRead<'__input> for EvenAndOddHeaders
impl<'__input> XmlRead<'__input> for EvenAndOddHeaders
Auto Trait Implementations§
impl RefUnwindSafe for EvenAndOddHeaders
impl Send for EvenAndOddHeaders
impl Sync for EvenAndOddHeaders
impl Unpin for EvenAndOddHeaders
impl UnwindSafe for EvenAndOddHeaders
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