Enum docx_rs::TextBoxContentChild
source · [−]Variants
Paragraph(Box<Paragraph>)
Table(Box<Table>)
Trait Implementations
sourceimpl Clone for TextBoxContentChild
impl Clone for TextBoxContentChild
sourcefn clone(&self) -> TextBoxContentChild
fn clone(&self) -> TextBoxContentChild
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for TextBoxContentChild
impl Debug for TextBoxContentChild
sourceimpl PartialEq<TextBoxContentChild> for TextBoxContentChild
impl PartialEq<TextBoxContentChild> for TextBoxContentChild
sourcefn eq(&self, other: &TextBoxContentChild) -> bool
fn eq(&self, other: &TextBoxContentChild) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl Serialize for TextBoxContentChild
impl Serialize for TextBoxContentChild
impl StructuralPartialEq for TextBoxContentChild
Auto Trait Implementations
impl RefUnwindSafe for TextBoxContentChild
impl Send for TextBoxContentChild
impl Sync for TextBoxContentChild
impl Unpin for TextBoxContentChild
impl UnwindSafe for TextBoxContentChild
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more