pub struct CT_Text {
pub text: String,
pub preserve_space: bool,
}Expand description
CT_Text — The text content of a run, with optional xml:space=“preserve”.
Fields§
§text: String§preserve_space: boolImplementations§
Trait Implementations§
impl StructuralPartialEq for CT_Text
Auto Trait Implementations§
impl Freeze for CT_Text
impl RefUnwindSafe for CT_Text
impl Send for CT_Text
impl Sync for CT_Text
impl Unpin for CT_Text
impl UnsafeUnpin for CT_Text
impl UnwindSafe for CT_Text
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