pub struct Unsubscribe { /* private fields */ }
Expand description
An unsubscribe request.
Trait Implementations§
Source§impl AsXml for Unsubscribe
impl AsXml for Unsubscribe
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 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