Struct xso::DiscardEvents
source · pub struct DiscardEvents { /* private fields */ }
Expand description
FromEventsBuilder
implementation which consumes and discards the
entire XML element.
Implementations§
source§impl DiscardEvents
impl DiscardEvents
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DiscardEvents
impl RefUnwindSafe for DiscardEvents
impl Send for DiscardEvents
impl Sync for DiscardEvents
impl Unpin for DiscardEvents
impl UnwindSafe for DiscardEvents
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