Struct docx_rust::formatting::Lang
source · [−]pub struct Lang<'a> {
pub val: Option<Cow<'a, str>>,
pub east_asia: Option<Cow<'a, str>>,
pub bidi: Option<Cow<'a, str>>,
}
Expand description
Size
use docx::formatting::*;
let sz = Size::from(42usize);
Fields
val: Option<Cow<'a, str>>
east_asia: Option<Cow<'a, str>>
bidi: Option<Cow<'a, str>>
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Lang<'a>
impl<'a> Send for Lang<'a>
impl<'a> Sync for Lang<'a>
impl<'a> Unpin for Lang<'a>
impl<'a> UnwindSafe for Lang<'a>
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