Struct quick_xml::de::NoEntityResolver
source · pub struct NoEntityResolver;Available on crate feature
serialize only.Expand description
An EntityResolver that does nothing and always returns None.
Trait Implementations§
source§impl Clone for NoEntityResolver
impl Clone for NoEntityResolver
source§fn clone(&self) -> NoEntityResolver
fn clone(&self) -> NoEntityResolver
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 Default for NoEntityResolver
impl Default for NoEntityResolver
source§fn default() -> NoEntityResolver
fn default() -> NoEntityResolver
Returns the “default value” for a type. Read more