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
source§impl EntityResolver for NoEntityResolver
impl EntityResolver for NoEntityResolver
impl Copy for NoEntityResolver
Auto Trait Implementations§
impl RefUnwindSafe for NoEntityResolver
impl Send for NoEntityResolver
impl Sync for NoEntityResolver
impl Unpin for NoEntityResolver
impl UnwindSafe for NoEntityResolver
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