pub struct WidowControl {
pub value: Option<bool>,
}
Expand description
WidowControl
use docx_rust::formatting::*;
let WidowControl = WidowControl::from(false);
let WidowControl = WidowControl::from(true);
Fields§
§value: Option<bool>
Trait Implementations§
Source§impl Clone for WidowControl
impl Clone for WidowControl
Source§fn clone(&self) -> WidowControl
fn clone(&self) -> WidowControl
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 WidowControl
impl Debug for WidowControl
Source§impl Default for WidowControl
impl Default for WidowControl
Source§fn default() -> WidowControl
fn default() -> WidowControl
Returns the “default value” for a type. Read more
Source§impl<'__input> XmlRead<'__input> for WidowControl
impl<'__input> XmlRead<'__input> for WidowControl
Auto Trait Implementations§
impl Freeze for WidowControl
impl RefUnwindSafe for WidowControl
impl Send for WidowControl
impl Sync for WidowControl
impl Unpin for WidowControl
impl UnwindSafe for WidowControl
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