Struct xmpp_parsers::pubsub::pubsub::Unsubscribe
source · pub struct Unsubscribe { /* private fields */ }
Expand description
An unsubscribe request.
Trait Implementations§
source§impl AsXml for Unsubscribe
impl AsXml for Unsubscribe
§type ItemIter<'xso_proc_as_xml_iter_lifetime> = UnsubscribeAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
type ItemIter<'xso_proc_as_xml_iter_lifetime> = UnsubscribeAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
The iterator type. Read more
source§fn as_xml_iter(&self) -> Result<Self::ItemIter<'_>, Error>
fn as_xml_iter(&self) -> Result<Self::ItemIter<'_>, Error>
Return an iterator which emits the contents of the struct or enum as
serialisable [
Item
] items.source§impl Clone for Unsubscribe
impl Clone for Unsubscribe
source§fn clone(&self) -> Unsubscribe
fn clone(&self) -> Unsubscribe
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 Unsubscribe
impl Debug for Unsubscribe
source§impl From<Unsubscribe> for Element
impl From<Unsubscribe> for Element
source§fn from(other: Unsubscribe) -> Self
fn from(other: Unsubscribe) -> Self
Converts to this type from the input type.
source§impl FromXml for Unsubscribe
impl FromXml for Unsubscribe
source§impl PartialEq for Unsubscribe
impl PartialEq for Unsubscribe
source§impl TryFrom<Element> for Unsubscribe
impl TryFrom<Element> for Unsubscribe
impl StructuralPartialEq for Unsubscribe
Auto Trait Implementations§
impl Freeze for Unsubscribe
impl RefUnwindSafe for Unsubscribe
impl Send for Unsubscribe
impl Sync for Unsubscribe
impl Unpin for Unsubscribe
impl UnwindSafe for Unsubscribe
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
)