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