pub struct ElementContainer { /* private fields */ }
Implementations§
Source§impl ElementContainer
impl ElementContainer
pub fn start_element(&mut self, element: Element)
pub fn end_element(&mut self)
pub fn get_root(&self) -> &Option<Element>
Trait Implementations§
Source§impl Debug for ElementContainer
impl Debug for ElementContainer
Source§impl Default for ElementContainer
impl Default for ElementContainer
Source§fn default() -> ElementContainer
fn default() -> ElementContainer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ElementContainer
impl RefUnwindSafe for ElementContainer
impl !Send for ElementContainer
impl !Sync for ElementContainer
impl Unpin for ElementContainer
impl UnwindSafe for ElementContainer
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