Struct docx_rust::formatting::OverflowPunct
source · [−]Fields
value: Option<bool>
Trait Implementations
sourceimpl Clone for OverflowPunct
impl Clone for OverflowPunct
sourcefn clone(&self) -> OverflowPunct
fn clone(&self) -> OverflowPunct
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
sourceimpl Debug for OverflowPunct
impl Debug for OverflowPunct
sourceimpl Default for OverflowPunct
impl Default for OverflowPunct
sourcefn default() -> OverflowPunct
fn default() -> OverflowPunct
Returns the “default value” for a type. Read more
sourceimpl<'__input> XmlRead<'__input> for OverflowPunct
impl<'__input> XmlRead<'__input> for OverflowPunct
Auto Trait Implementations
impl RefUnwindSafe for OverflowPunct
impl Send for OverflowPunct
impl Sync for OverflowPunct
impl Unpin for OverflowPunct
impl UnwindSafe for OverflowPunct
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more