Struct xmpp_parsers::stream_limits::IdleSeconds
source · pub struct IdleSeconds {
pub value: NonZeroU32,
}
Expand description
Number of seconds without any traffic from the iniating entity after which the server may consider the stream idle, and either perform liveness checks or terminate the stream.
Fields§
§value: NonZeroU32
The number of seconds.
Trait Implementations§
source§impl AsXml for IdleSeconds
impl AsXml for IdleSeconds
source§impl Clone for IdleSeconds
impl Clone for IdleSeconds
source§fn clone(&self) -> IdleSeconds
fn clone(&self) -> IdleSeconds
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 IdleSeconds
impl Debug for IdleSeconds
source§impl From<IdleSeconds> for Element
impl From<IdleSeconds> for Element
source§fn from(other: IdleSeconds) -> Self
fn from(other: IdleSeconds) -> Self
Converts to this type from the input type.
source§impl FromXml for IdleSeconds
impl FromXml for IdleSeconds
§type Builder = IdleSecondsFromXmlBuilder
type Builder = IdleSecondsFromXmlBuilder
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 IdleSeconds
impl PartialEq for IdleSeconds
source§impl TryFrom<Element> for IdleSeconds
impl TryFrom<Element> for IdleSeconds
impl StructuralPartialEq for IdleSeconds
Auto Trait Implementations§
impl Freeze for IdleSeconds
impl RefUnwindSafe for IdleSeconds
impl Send for IdleSeconds
impl Sync for IdleSeconds
impl Unpin for IdleSeconds
impl UnwindSafe for IdleSeconds
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
)