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