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