rsm: Fix the description of the two <set/> elements.
This commit is contained in:
parent
14b4d51d7f
commit
955f2809be
1 changed files with 3 additions and 2 deletions
|
@ -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 recipient’s defaults if None.
|
/// Limit the number of items, or use the recipient’s 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.
|
||||||
|
|
Loading…
Reference in a new issue