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