From 955f2809be62eee82bd5ffcb0f870bc8b5b40f38 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Thu, 2 Aug 2018 20:43:47 +0200 Subject: [PATCH] rsm: Fix the description of the two elements. --- src/rsm.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/rsm.rs b/src/rsm.rs index 2aeeedd7..f44acc43 100644 --- a/src/rsm.rs +++ b/src/rsm.rs @@ -14,7 +14,8 @@ use error::Error; use ns; -/// Represents paging through a list of items, represented by an UID. +/// Requests paging through a potentially big set of items (represented by an +/// UID). #[derive(Debug, Clone)] pub struct SetQuery { /// Limit the number of items, or use the recipient’s defaults if None. @@ -84,7 +85,7 @@ impl From for Element { } } -/// Represents paging through a list of items, represented by an UID. +/// Describes the paging result of a [query](struct.SetQuery.html). #[derive(Debug, Clone)] pub struct SetResult { /// The UID of the first item of the page.