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.
source§impl<'__input> XmlRead<'__input> for WrapThrough
impl<'__input> XmlRead<'__input> for WrapThrough
Auto Trait Implementations§
impl RefUnwindSafe for WrapThrough
impl Send for WrapThrough
impl Sync for WrapThrough
impl Unpin for WrapThrough
impl UnwindSafe for WrapThrough
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