Enum ricq_core::command::long_conn::OffPicUpResp
source · pub enum OffPicUpResp {
Exist {
res_id: String,
uuid: String,
},
UploadRequired {
res_id: String,
uuid: String,
upload_key: Vec<u8>,
upload_addrs: Vec<RQAddr>,
},
}
Variants§
Trait Implementations§
source§impl Clone for OffPicUpResp
impl Clone for OffPicUpResp
source§fn clone(&self) -> OffPicUpResp
fn clone(&self) -> OffPicUpResp
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 more