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_rust::formatting::*;
let sz = Size::from(42isize);
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> Freeze for Lang<'a>
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§
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