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