pub struct EntityResolver { /* private fields */ }Expand description
Entity resolver for handling XML entities
Implementations§
Trait Implementations§
Source§impl Clone for EntityResolver
impl Clone for EntityResolver
Source§fn clone(&self) -> EntityResolver
fn clone(&self) -> EntityResolver
Returns a duplicate 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 EntityResolver
impl Debug for EntityResolver
Auto Trait Implementations§
impl Freeze for EntityResolver
impl RefUnwindSafe for EntityResolver
impl Send for EntityResolver
impl Sync for EntityResolver
impl Unpin for EntityResolver
impl UnsafeUnpin for EntityResolver
impl UnwindSafe for EntityResolver
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