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