Struct xmpp_parsers::rsm::SetResult
source · pub struct SetResult {
pub first: Option<String>,
pub first_index: Option<usize>,
pub last: Option<String>,
pub count: Option<usize>,
}
Expand description
Describes the paging result of a query.
Fields§
§first: Option<String>
The UID of the first item of the page.
first_index: Option<usize>
The position of the first item in the full set (which may be approximate).
last: Option<String>
The UID of the last item of the page.
count: Option<usize>
How many items there are in the full set (which may be approximate).
Trait Implementations§
source§impl PartialEq for SetResult
impl PartialEq for SetResult
source§impl TryFrom<Element> for SetResult
impl TryFrom<Element> for SetResult
§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
impl StructuralPartialEq for SetResult
Auto Trait Implementations§
impl Freeze for SetResult
impl RefUnwindSafe for SetResult
impl Send for SetResult
impl Sync for SetResult
impl Unpin for SetResult
impl UnwindSafe for SetResult
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)