pub struct FieldChar {
pub ty: Option<CharType>,
}
Expand description
Break
use docx_rust::document::*;
let br = Break::from(BreakType::Page);
Fields§
§ty: Option<CharType>
Specifies the break type of this break.
Trait Implementations§
Source§impl<'a> From<FieldChar> for RunContent<'a>
impl<'a> From<FieldChar> for RunContent<'a>
Source§fn from(original: FieldChar) -> RunContent<'a>
fn from(original: FieldChar) -> RunContent<'a>
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FieldChar
impl RefUnwindSafe for FieldChar
impl Send for FieldChar
impl Sync for FieldChar
impl Unpin for FieldChar
impl UnwindSafe for FieldChar
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