Enum ricq_core::command::config_push_svc::ConfigPushBody
source · [−]pub enum ConfigPushBody {
Unknown,
SsoServers {
servers: Vec<SsoServerInfo>,
},
FileStorageInfo {
info: FileStoragePushFSSvcList,
rsp_body: Option<SubCmd0x501RspBody>,
},
}Variants
Unknown
SsoServers
Fields
servers: Vec<SsoServerInfo>FileStorageInfo
Trait Implementations
sourceimpl Debug for ConfigPushBody
impl Debug for ConfigPushBody
Auto Trait Implementations
impl RefUnwindSafe for ConfigPushBody
impl Send for ConfigPushBody
impl Sync for ConfigPushBody
impl Unpin for ConfigPushBody
impl UnwindSafe for ConfigPushBody
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