pub struct Disable {
pub jid: BareJid,
pub node: Option<String>,
}
Expand description
A disable element for push notifications
Fields§
§jid: BareJid
The ‘jid’ attribute of the XMPP Push Service being disabled.
node: Option<String>
The ‘node’ attribute which was set to the provisioned node specified by the App Server.
Trait Implementations§
impl IqSetPayload for Disable
Auto Trait Implementations§
impl Freeze for Disable
impl RefUnwindSafe for Disable
impl Send for Disable
impl Sync for Disable
impl Unpin for Disable
impl UnwindSafe for Disable
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