rsm: Fix the description of the two <set/> elements.

This commit is contained in:
Emmanuel Gil Peyrot 2018-08-02 20:43:47 +02:00
parent 14b4d51d7f
commit 955f2809be

View file

@ -14,7 +14,8 @@ use error::Error;
use ns; 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)] #[derive(Debug, Clone)]
pub struct SetQuery { pub struct SetQuery {
/// Limit the number of items, or use the recipients defaults if None. /// Limit the number of items, or use the recipients defaults if None.
@ -84,7 +85,7 @@ impl From<SetQuery> 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)] #[derive(Debug, Clone)]
pub struct SetResult { pub struct SetResult {
/// The UID of the first item of the page. /// The UID of the first item of the page.