Type Alias vndb::protocol::message::response::typed::UList

source ·
pub type UList = Results<VnList>;
Expand description

Result of get ulist command.

Aliased Type§

struct UList {
    pub num: u32,
    pub more: bool,
    pub items: Vec<VnList>,
}

Fields§

§num: u32

Number of items.

§more: bool

Whether more items is available through pagination.

§items: Vec<VnList>

Underlying entities.