Struct xmpp_parsers::rsm::First
source · pub struct First {
pub uid: String,
pub index: Option<usize>,
}
Expand description
Information about the first item in an RSM paged result.
Fields§
§uid: String
The UID of the first item of the page.
index: Option<usize>
The position of the first item in the full set (which may be approximate).
Trait Implementations§
source§impl PartialEq for First
impl PartialEq for First
impl StructuralPartialEq for First
Auto Trait Implementations§
impl Freeze for First
impl RefUnwindSafe for First
impl Send for First
impl Sync for First
impl Unpin for First
impl UnwindSafe for First
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