Struct xmpp_parsers::pubsub::pubsub::Subscribe
source · pub struct Subscribe {
pub jid: Jid,
pub node: Option<NodeName>,
}
Expand description
A request to subscribe a JID to a node.
Fields§
§jid: Jid
The JID being subscribed.
node: Option<NodeName>
The node to subscribe to.
Trait Implementations§
source§impl PartialEq for Subscribe
impl PartialEq for Subscribe
impl StructuralPartialEq for Subscribe
Auto Trait Implementations§
impl Freeze for Subscribe
impl RefUnwindSafe for Subscribe
impl Send for Subscribe
impl Sync for Subscribe
impl Unpin for Subscribe
impl UnwindSafe for Subscribe
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