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
source§impl IntoXml for StreamManagement
impl IntoXml for StreamManagement
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