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