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