Struct docx_rust::formatting::Outline
source · pub struct Outline {
pub value: Option<bool>,
}Expand description
Outline
use docx_rust::formatting::*;
let outline = Outline::from(false);
let outline = Outline::from(true);Fields§
§value: Option<bool>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Outline
impl Send for Outline
impl Sync for Outline
impl Unpin for Outline
impl UnwindSafe for Outline
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