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