Struct ricq_core::structs::GroupFileCount
source · pub struct GroupFileCount {
pub is_full: bool,
pub all_file_count: u32,
pub limit_count: u32,
pub file_too_many: bool,
}
Fields§
§is_full: bool
§all_file_count: u32
§limit_count: u32
§file_too_many: bool
Trait Implementations§
source§impl Clone for GroupFileCount
impl Clone for GroupFileCount
source§fn clone(&self) -> GroupFileCount
fn clone(&self) -> GroupFileCount
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 GroupFileCount
impl Debug for GroupFileCount
source§impl Default for GroupFileCount
impl Default for GroupFileCount
source§fn default() -> GroupFileCount
fn default() -> GroupFileCount
Returns the “default value” for a type. Read more