Struct docx_rust::formatting::Italics
source · [−]Expand description
Italics
use docx::formatting::*;
let i = Italics::from(false);
let i = Italics::from(true);
Fields
value: Option<bool>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Italics
impl Send for Italics
impl Sync for Italics
impl Unpin for Italics
impl UnwindSafe for Italics
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