Struct docx_rust::document::ContinuationSeparator
source · pub struct ContinuationSeparator {}
Trait Implementations§
source§impl Clone for ContinuationSeparator
impl Clone for ContinuationSeparator
source§fn clone(&self) -> ContinuationSeparator
fn clone(&self) -> ContinuationSeparator
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 ContinuationSeparator
impl Debug for ContinuationSeparator
source§impl Default for ContinuationSeparator
impl Default for ContinuationSeparator
source§fn default() -> ContinuationSeparator
fn default() -> ContinuationSeparator
Returns the “default value” for a type. Read more
source§impl<'a> From<ContinuationSeparator> for RunContent<'a>
impl<'a> From<ContinuationSeparator> for RunContent<'a>
source§fn from(original: ContinuationSeparator) -> RunContent<'a>
fn from(original: ContinuationSeparator) -> RunContent<'a>
Converts to this type from the input type.