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