pub struct ExternalEntityParseConfig {
pub allow_ext_parse: bool,
pub ignore_ext_parse_warning: bool,
pub base_directory: Option<String>,
}
Fields§
§allow_ext_parse: bool
§ignore_ext_parse_warning: bool
§base_directory: Option<String>
Trait Implementations§
Source§impl Clone for ExternalEntityParseConfig
impl Clone for ExternalEntityParseConfig
Source§fn clone(&self) -> ExternalEntityParseConfig
fn clone(&self) -> ExternalEntityParseConfig
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 ExternalEntityParseConfig
impl Debug for ExternalEntityParseConfig
Source§impl Default for ExternalEntityParseConfig
impl Default for ExternalEntityParseConfig
Source§fn default() -> ExternalEntityParseConfig
fn default() -> ExternalEntityParseConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExternalEntityParseConfig
impl RefUnwindSafe for ExternalEntityParseConfig
impl Send for ExternalEntityParseConfig
impl Sync for ExternalEntityParseConfig
impl Unpin for ExternalEntityParseConfig
impl UnwindSafe for ExternalEntityParseConfig
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