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