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