Struct docx_rust::formatting::TextboxTightWrap
source · pub struct TextboxTightWrap {
pub val: Option<TextboxTightWrapType>,
}
Fields§
§val: Option<TextboxTightWrapType>
Implementations§
source§impl TextboxTightWrap
impl TextboxTightWrap
pub fn val<T: Into<TextboxTightWrapType>>(self, value: T) -> Self
Trait Implementations§
source§impl Clone for TextboxTightWrap
impl Clone for TextboxTightWrap
source§fn clone(&self) -> TextboxTightWrap
fn clone(&self) -> TextboxTightWrap
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 TextboxTightWrap
impl Debug for TextboxTightWrap
source§impl Default for TextboxTightWrap
impl Default for TextboxTightWrap
source§fn default() -> TextboxTightWrap
fn default() -> TextboxTightWrap
Returns the “default value” for a type. Read more
source§impl<'__input> XmlRead<'__input> for TextboxTightWrap
impl<'__input> XmlRead<'__input> for TextboxTightWrap
Auto Trait Implementations§
impl RefUnwindSafe for TextboxTightWrap
impl Send for TextboxTightWrap
impl Sync for TextboxTightWrap
impl Unpin for TextboxTightWrap
impl UnwindSafe for TextboxTightWrap
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