Struct ricq_core::jce::FileStoragePushFSSvcList
source · [−]pub struct FileStoragePushFSSvcList {
pub upload_list: Vec<FileStorageServerInfo>,
pub pic_download_list: Vec<FileStorageServerInfo>,
pub g_pic_download_list: Vec<FileStorageServerInfo>,
pub q_zone_proxy_service_list: Vec<FileStorageServerInfo>,
pub url_encode_service_list: Vec<FileStorageServerInfo>,
pub big_data_channel: BigDataChannel,
pub vip_emotion_list: Vec<FileStorageServerInfo>,
pub c2c_pic_down_list: Vec<FileStorageServerInfo>,
pub ptt_list: Bytes,
}Fields
upload_list: Vec<FileStorageServerInfo>pic_download_list: Vec<FileStorageServerInfo>g_pic_download_list: Vec<FileStorageServerInfo>q_zone_proxy_service_list: Vec<FileStorageServerInfo>url_encode_service_list: Vec<FileStorageServerInfo>big_data_channel: BigDataChannelvip_emotion_list: Vec<FileStorageServerInfo>c2c_pic_down_list: Vec<FileStorageServerInfo>ptt_list: BytesTrait Implementations
sourceimpl Clone for FileStoragePushFSSvcList
impl Clone for FileStoragePushFSSvcList
sourcefn clone(&self) -> FileStoragePushFSSvcList
fn clone(&self) -> FileStoragePushFSSvcList
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for FileStoragePushFSSvcList
impl Debug for FileStoragePushFSSvcList
sourceimpl Default for FileStoragePushFSSvcList
impl Default for FileStoragePushFSSvcList
sourcefn default() -> FileStoragePushFSSvcList
fn default() -> FileStoragePushFSSvcList
Returns the “default value” for a type. Read more
sourceimpl JceGet for FileStoragePushFSSvcList
impl JceGet for FileStoragePushFSSvcList
fn jce_get<B: Buf + ?Sized>(jce: &mut Jce<'_, B>) -> JceResult<Self>
fn empty() -> JceResult<Self>
fn get_from_buf<B>(buf: &mut B) -> Result<Self, JceError> where
B: Buf + ?Sized,
fn get_by_tag<B>(jce: &mut Jce<'_, B>, tag: u8) -> Result<Self, JceError> where
B: Buf + ?Sized,
fn from_buf<B>(buf: &mut B) -> Result<Self, JceError> where
B: Buf + ?Sized,
fn from_boxed_buf<B>(buf: &mut B) -> Result<Self, JceError> where
B: Buf + ?Sized,
sourceimpl JcePut for FileStoragePushFSSvcList
impl JcePut for FileStoragePushFSSvcList
sourceimpl PartialEq<FileStoragePushFSSvcList> for FileStoragePushFSSvcList
impl PartialEq<FileStoragePushFSSvcList> for FileStoragePushFSSvcList
sourcefn eq(&self, other: &FileStoragePushFSSvcList) -> bool
fn eq(&self, other: &FileStoragePushFSSvcList) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &FileStoragePushFSSvcList) -> bool
fn ne(&self, other: &FileStoragePushFSSvcList) -> bool
This method tests for !=.
impl StructuralPartialEq for FileStoragePushFSSvcList
Auto Trait Implementations
impl RefUnwindSafe for FileStoragePushFSSvcList
impl Send for FileStoragePushFSSvcList
impl Sync for FileStoragePushFSSvcList
impl Unpin for FileStoragePushFSSvcList
impl UnwindSafe for FileStoragePushFSSvcList
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more