Struct docx_rust::web_settings::WebSettings
source · pub struct WebSettings {
pub optimize_for_browser: Option<OptimizeForBrowser>,
pub rely_on_vml: Option<RelyOnVml>,
pub allow_png: Option<AllowPNG>,
}
Expand description
The root element of the main document part.
Fields§
§optimize_for_browser: Option<OptimizeForBrowser>
§rely_on_vml: Option<RelyOnVml>
§allow_png: Option<AllowPNG>
Trait Implementations§
source§impl Clone for WebSettings
impl Clone for WebSettings
source§fn clone(&self) -> WebSettings
fn clone(&self) -> WebSettings
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 WebSettings
impl Debug for WebSettings
source§impl Default for WebSettings
impl Default for WebSettings
source§fn default() -> WebSettings
fn default() -> WebSettings
Returns the “default value” for a type. Read more
source§impl<'__input> XmlRead<'__input> for WebSettings
impl<'__input> XmlRead<'__input> for WebSettings
Auto Trait Implementations§
impl RefUnwindSafe for WebSettings
impl Send for WebSettings
impl Sync for WebSettings
impl Unpin for WebSettings
impl UnwindSafe for WebSettings
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