pub struct HandledCountTooHigh {
pub h: u32,
pub send_count: u32,
}
Expand description
Application-specific error condition to use when the peer acknowledges more stanzas than the local side has sent.
Fields§
§h: u32
The h
value received by the peer.
send_count: u32
The number of stanzas which were in fact sent.
Trait Implementations§
Source§impl AsXml for HandledCountTooHigh
impl AsXml for HandledCountTooHigh
Source§type ItemIter<'xso_proc_as_xml_iter_lifetime> = HandledCountTooHighAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
type ItemIter<'xso_proc_as_xml_iter_lifetime> = HandledCountTooHighAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
The iterator type. Read more
Source§impl Clone for HandledCountTooHigh
impl Clone for HandledCountTooHigh
Source§fn clone(&self) -> HandledCountTooHigh
fn clone(&self) -> HandledCountTooHigh
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HandledCountTooHigh
impl Debug for HandledCountTooHigh
Source§impl From<HandledCountTooHigh> for Element
impl From<HandledCountTooHigh> for Element
Source§fn from(other: HandledCountTooHigh) -> Self
fn from(other: HandledCountTooHigh) -> Self
Converts to this type from the input type.
Source§impl From<HandledCountTooHigh> for StreamError
impl From<HandledCountTooHigh> for StreamError
Source§fn from(other: HandledCountTooHigh) -> Self
fn from(other: HandledCountTooHigh) -> Self
Converts to this type from the input type.
Source§impl FromXml for HandledCountTooHigh
impl FromXml for HandledCountTooHigh
Source§type Builder = HandledCountTooHighFromXmlBuilder
type Builder = HandledCountTooHighFromXmlBuilder
A builder type used to construct the element. Read more
Source§fn from_events(
name: QName,
attrs: AttrMap,
) -> Result<Self::Builder, FromEventsError>
fn from_events( name: QName, attrs: AttrMap, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
Source§impl PartialEq for HandledCountTooHigh
impl PartialEq for HandledCountTooHigh
Source§impl TryFrom<Element> for HandledCountTooHigh
impl TryFrom<Element> for HandledCountTooHigh
impl StructuralPartialEq for HandledCountTooHigh
Auto Trait Implementations§
impl Freeze for HandledCountTooHigh
impl RefUnwindSafe for HandledCountTooHigh
impl Send for HandledCountTooHigh
impl Sync for HandledCountTooHigh
impl Unpin for HandledCountTooHigh
impl UnwindSafe for HandledCountTooHigh
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)