pub struct WpsTextBox {
pub children: Vec<TextBoxContent>,
pub has_numbering: bool,
}
Fields§
§children: Vec<TextBoxContent>
§has_numbering: bool
Implementations§
Source§impl WpsTextBox
impl WpsTextBox
pub fn new() -> WpsTextBox
pub fn add_content(self, c: TextBoxContent) -> Self
Trait Implementations§
Source§impl Clone for WpsTextBox
impl Clone for WpsTextBox
Source§fn clone(&self) -> WpsTextBox
fn clone(&self) -> WpsTextBox
Returns a copy of the value. Read more
1.0.0 · 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 WpsTextBox
impl Debug for WpsTextBox
Source§impl Default for WpsTextBox
impl Default for WpsTextBox
Source§impl ElementReader for WpsTextBox
impl ElementReader for WpsTextBox
fn read<R: Read>( r: &mut EventReader<R>, _attrs: &[OwnedAttribute], ) -> Result<Self, ReaderError>
Source§impl PartialEq for WpsTextBox
impl PartialEq for WpsTextBox
Source§impl Serialize for WpsTextBox
impl Serialize for WpsTextBox
impl StructuralPartialEq for WpsTextBox
Auto Trait Implementations§
impl Freeze for WpsTextBox
impl RefUnwindSafe for WpsTextBox
impl Send for WpsTextBox
impl Sync for WpsTextBox
impl Unpin for WpsTextBox
impl UnwindSafe for WpsTextBox
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