pub struct apr_xml_parser { /* private fields */ }Trait Implementations§
Source§impl Clone for apr_xml_parser
impl Clone for apr_xml_parser
Source§fn clone(&self) -> apr_xml_parser
fn clone(&self) -> apr_xml_parser
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 apr_xml_parser
impl Debug for apr_xml_parser
impl Copy for apr_xml_parser
Auto Trait Implementations§
impl Freeze for apr_xml_parser
impl RefUnwindSafe for apr_xml_parser
impl Send for apr_xml_parser
impl Sync for apr_xml_parser
impl Unpin for apr_xml_parser
impl UnsafeUnpin for apr_xml_parser
impl UnwindSafe for apr_xml_parser
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