Struct xmpp_parsers::carbons::PrivateFromEvents
source · pub struct PrivateFromEvents(/* private fields */);
Expand description
Build a Private
from XML events
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrivateFromEvents
impl RefUnwindSafe for PrivateFromEvents
impl Send for PrivateFromEvents
impl Sync for PrivateFromEvents
impl Unpin for PrivateFromEvents
impl UnwindSafe for PrivateFromEvents
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