Struct xmpp_parsers::sm::A
source · pub struct A {
pub h: u32,
}
Expand description
Acknowledgement of the currently received stanzas.
Fields§
§h: u32
The last handled stanza.
Implementations§
Trait Implementations§
impl StructuralPartialEq for A
Auto Trait Implementations§
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