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