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