pub struct HandledCountTooHighFromXmlBuilder(/* private fields */);
Expand description
Build a HandledCountTooHigh
from XML events.
This type is generated using the xso::FromXml
derive macro and implements [xso::FromEventsBuilder
] for HandledCountTooHigh
.
Trait Implementations§
source§impl FromEventsBuilder for HandledCountTooHighFromXmlBuilder
impl FromEventsBuilder for HandledCountTooHighFromXmlBuilder
Auto Trait Implementations§
impl Freeze for HandledCountTooHighFromXmlBuilder
impl RefUnwindSafe for HandledCountTooHighFromXmlBuilder
impl Send for HandledCountTooHighFromXmlBuilder
impl Sync for HandledCountTooHighFromXmlBuilder
impl Unpin for HandledCountTooHighFromXmlBuilder
impl UnwindSafe for HandledCountTooHighFromXmlBuilder
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