Struct ricq_core::structs::GroupFileList
source · pub struct GroupFileList {
pub all_file_count: u32,
pub is_end: bool,
pub items: Vec<GroupFileItem>,
pub role: u32,
pub next_index: u32,
}Fields§
§all_file_count: u32§is_end: bool§items: Vec<GroupFileItem>§role: u32§next_index: u32Trait Implementations§
source§impl Clone for GroupFileList
impl Clone for GroupFileList
source§fn clone(&self) -> GroupFileList
fn clone(&self) -> GroupFileList
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GroupFileList
impl Debug for GroupFileList
source§impl Default for GroupFileList
impl Default for GroupFileList
source§fn default() -> GroupFileList
fn default() -> GroupFileList
Returns the “default value” for a type. Read more