Struct docx_rust::formatting::FitText
source · [−]Fields
value: Option<usize>
id: Option<usize>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FitText
impl Send for FitText
impl Sync for FitText
impl Unpin for FitText
impl UnwindSafe for FitText
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