Struct xmpp_parsers::pubsub::Item
source · pub struct Item {
pub id: Option<ItemId>,
pub publisher: Option<Jid>,
pub payload: Option<Element>,
}
Expand description
An item from a PubSub node.
Fields§
§id: Option<ItemId>
The identifier for this item, unique per node.
publisher: Option<Jid>
The JID of the entity who published this item.
payload: Option<Element>
The payload of this item, in an arbitrary namespace.
Implementations§
Trait Implementations§
impl StructuralPartialEq for Item
Auto Trait Implementations§
impl Freeze for Item
impl RefUnwindSafe for Item
impl Send for Item
impl Sync for Item
impl Unpin for Item
impl UnwindSafe for Item
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)