Struct docx_rust::formatting::ContextualSpacing
source · [−]Fields
value: Option<bool>
Trait Implementations
sourceimpl Clone for ContextualSpacing
impl Clone for ContextualSpacing
sourcefn clone(&self) -> ContextualSpacing
fn clone(&self) -> ContextualSpacing
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 ContextualSpacing
impl Debug for ContextualSpacing
sourceimpl Default for ContextualSpacing
impl Default for ContextualSpacing
sourcefn default() -> ContextualSpacing
fn default() -> ContextualSpacing
Returns the “default value” for a type. Read more
sourceimpl<'__input> XmlRead<'__input> for ContextualSpacing
impl<'__input> XmlRead<'__input> for ContextualSpacing
Auto Trait Implementations
impl RefUnwindSafe for ContextualSpacing
impl Send for ContextualSpacing
impl Sync for ContextualSpacing
impl Unpin for ContextualSpacing
impl UnwindSafe for ContextualSpacing
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