Struct ricq_core::pb::oidb::GetFileListReqBody
source · pub struct GetFileListReqBody {Show 15 fields
pub group_code: Option<u64>,
pub app_id: Option<u32>,
pub folder_id: Option<String>,
pub start_timestamp: Option<FileTimeStamp>,
pub file_count: Option<u32>,
pub max_timestamp: Option<FileTimeStamp>,
pub all_file_count: Option<u32>,
pub req_from: Option<u32>,
pub sort_by: Option<u32>,
pub filter_code: Option<u32>,
pub uin: Option<u64>,
pub field_flag: Option<u32>,
pub start_index: Option<u32>,
pub context: Option<Vec<u8>>,
pub client_version: Option<u32>,
}Fields§
§group_code: Option<u64>§app_id: Option<u32>§folder_id: Option<String>§start_timestamp: Option<FileTimeStamp>§file_count: Option<u32>§max_timestamp: Option<FileTimeStamp>§all_file_count: Option<u32>§req_from: Option<u32>§sort_by: Option<u32>§filter_code: Option<u32>§uin: Option<u64>§field_flag: Option<u32>§start_index: Option<u32>§context: Option<Vec<u8>>§client_version: Option<u32>Implementations§
source§impl GetFileListReqBody
impl GetFileListReqBody
sourcepub fn group_code(&self) -> u64
pub fn group_code(&self) -> u64
Returns the value of group_code, or the default value if group_code is unset.
sourcepub fn app_id(&self) -> u32
pub fn app_id(&self) -> u32
Returns the value of app_id, or the default value if app_id is unset.
sourcepub fn folder_id(&self) -> &str
pub fn folder_id(&self) -> &str
Returns the value of folder_id, or the default value if folder_id is unset.
sourcepub fn file_count(&self) -> u32
pub fn file_count(&self) -> u32
Returns the value of file_count, or the default value if file_count is unset.
sourcepub fn all_file_count(&self) -> u32
pub fn all_file_count(&self) -> u32
Returns the value of all_file_count, or the default value if all_file_count is unset.
sourcepub fn req_from(&self) -> u32
pub fn req_from(&self) -> u32
Returns the value of req_from, or the default value if req_from is unset.
sourcepub fn sort_by(&self) -> u32
pub fn sort_by(&self) -> u32
Returns the value of sort_by, or the default value if sort_by is unset.
sourcepub fn filter_code(&self) -> u32
pub fn filter_code(&self) -> u32
Returns the value of filter_code, or the default value if filter_code is unset.
sourcepub fn field_flag(&self) -> u32
pub fn field_flag(&self) -> u32
Returns the value of field_flag, or the default value if field_flag is unset.
sourcepub fn start_index(&self) -> u32
pub fn start_index(&self) -> u32
Returns the value of start_index, or the default value if start_index is unset.
sourcepub fn context(&self) -> &[u8] ⓘ
pub fn context(&self) -> &[u8] ⓘ
Returns the value of context, or the default value if context is unset.
sourcepub fn client_version(&self) -> u32
pub fn client_version(&self) -> u32
Returns the value of client_version, or the default value if client_version is unset.
Trait Implementations§
source§impl Clone for GetFileListReqBody
impl Clone for GetFileListReqBody
source§fn clone(&self) -> GetFileListReqBody
fn clone(&self) -> GetFileListReqBody
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for GetFileListReqBody
impl Debug for GetFileListReqBody
source§impl Default for GetFileListReqBody
impl Default for GetFileListReqBody
source§impl Message for GetFileListReqBody
impl Message for GetFileListReqBody
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError>where
B: BufMut,
Self: Sized,
fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError>where
B: BufMut,
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8, Global>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8, Global>where
Self: Sized,
source§fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError>where
B: BufMut,
Self: Sized,
fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError>where
B: BufMut,
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8, Global>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8, Global>where
Self: Sized,
source§fn decode<B>(buf: B) -> Result<Self, DecodeError>where
B: Buf,
Self: Default,
fn decode<B>(buf: B) -> Result<Self, DecodeError>where
B: Buf,
Self: Default,
source§fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError>where
B: Buf,
Self: Default,
fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError>where
B: Buf,
Self: Default,
source§fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>where
B: Buf,
Self: Sized,
fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>where
B: Buf,
Self: Sized,
self. Read moresource§fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>where
B: Buf,
Self: Sized,
fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>where
B: Buf,
Self: Sized,
self. Read more