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