pub struct WebSettings {
pub optimize_for_browser: Option<OptimizeForBrowser>,
pub rely_on_vml: Option<RelyOnVml>,
pub allow_png: Option<AllowPNG>,
pub do_not_save_as_single_file: Option<DoNotSaveAsSingleFile>,
}
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>
§do_not_save_as_single_file: Option<DoNotSaveAsSingleFile>
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 Freeze for WebSettings
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