Struct xmpp_parsers::sm::StreamManagement
source · pub struct StreamManagement;
Expand description
Represents availability of Stream Management in <stream:features/>
.
Trait Implementations§
source§impl Clone for StreamManagement
impl Clone for StreamManagement
source§fn clone(&self) -> StreamManagement
fn clone(&self) -> StreamManagement
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 StreamManagement
impl Debug for StreamManagement
source§impl From<StreamManagement> for Element
impl From<StreamManagement> for Element
source§fn from(other: StreamManagement) -> Self
fn from(other: StreamManagement) -> Self
Converts to this type from the input type.
source§impl FromXml for StreamManagement
impl FromXml for StreamManagement
§type Builder = StreamManagementFromXmlBuilder
type Builder = StreamManagementFromXmlBuilder
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 IntoXml for StreamManagement
impl IntoXml for StreamManagement
§type EventIter = StreamManagementIntoXmlIterator
type EventIter = StreamManagementIntoXmlIterator
The iterator type. Read more
source§fn into_event_iter(self) -> Result<Self::EventIter, Error>
fn into_event_iter(self) -> Result<Self::EventIter, Error>
Return an iterator which emits the contents of the struct or enum as
serialisable
rxml::Event
items.source§impl PartialEq for StreamManagement
impl PartialEq for StreamManagement
source§fn eq(&self, other: &StreamManagement) -> bool
fn eq(&self, other: &StreamManagement) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<Element> for StreamManagement
impl TryFrom<Element> for StreamManagement
impl StructuralPartialEq for StreamManagement
Auto Trait Implementations§
impl Freeze for StreamManagement
impl RefUnwindSafe for StreamManagement
impl Send for StreamManagement
impl Sync for StreamManagement
impl Unpin for StreamManagement
impl UnwindSafe for StreamManagement
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)