pub struct CT_RegularTextRun {
pub properties: Option<CT_TextCharacterProperties>,
pub text: TextValue,
/* private fields */
}Expand description
A regular DrawingML run containing optional properties and required text.
Fields§
§properties: Option<CT_TextCharacterProperties>§text: TextValueImplementations§
Trait Implementations§
Source§impl Clone for CT_RegularTextRun
impl Clone for CT_RegularTextRun
Source§fn clone(&self) -> CT_RegularTextRun
fn clone(&self) -> CT_RegularTextRun
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CT_RegularTextRun
impl Debug for CT_RegularTextRun
impl Eq for CT_RegularTextRun
Source§impl PartialEq for CT_RegularTextRun
impl PartialEq for CT_RegularTextRun
impl StructuralPartialEq for CT_RegularTextRun
Auto Trait Implementations§
impl Freeze for CT_RegularTextRun
impl RefUnwindSafe for CT_RegularTextRun
impl Send for CT_RegularTextRun
impl Sync for CT_RegularTextRun
impl Unpin for CT_RegularTextRun
impl UnsafeUnpin for CT_RegularTextRun
impl UnwindSafe for CT_RegularTextRun
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