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
sourceimpl Clone for WebSettings
impl Clone for WebSettings
sourcefn clone(&self) -> WebSettings
fn clone(&self) -> WebSettings
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for WebSettings
impl Debug for WebSettings
sourceimpl Default for WebSettings
impl Default for WebSettings
sourcefn default() -> WebSettings
fn default() -> WebSettings
Returns the “default value” for a type. Read more
sourceimpl<'__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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more