Struct docx_rust::document::WrapSquare
source · [−]pub struct WrapSquare {}
Trait Implementations
sourceimpl Clone for WrapSquare
impl Clone for WrapSquare
sourcefn clone(&self) -> WrapSquare
fn clone(&self) -> WrapSquare
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for WrapSquare
impl Debug for WrapSquare
sourceimpl Default for WrapSquare
impl Default for WrapSquare
sourcefn default() -> WrapSquare
fn default() -> WrapSquare
Returns the “default value” for a type. Read more
sourceimpl From<WrapSquare> for Wrap
impl From<WrapSquare> for Wrap
sourcefn from(original: WrapSquare) -> Wrap
fn from(original: WrapSquare) -> Wrap
Converts to this type from the input type.
sourceimpl<'__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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more