pub struct GetProfileResponse {Show 14 fields
pub alias: String,
pub wxid: String,
pub nick_name: String,
pub mobile: String,
pub uin: i64,
pub sex: i32,
pub province: String,
pub city: String,
pub signature: String,
pub country: String,
pub big_head_img_url: String,
pub small_head_img_url: String,
pub reg_country: String,
pub sns_bg_img: String,
}Fields§
§alias: String§wxid: String§nick_name: String§mobile: String§uin: i64§sex: i32§province: String§city: String§signature: String§country: String§big_head_img_url: String§small_head_img_url: String§reg_country: String§sns_bg_img: StringTrait Implementations§
Source§impl Clone for GetProfileResponse
impl Clone for GetProfileResponse
Source§fn clone(&self) -> GetProfileResponse
fn clone(&self) -> GetProfileResponse
Returns a duplicate 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 GetProfileResponse
impl Debug for GetProfileResponse
Source§impl Default for GetProfileResponse
impl Default for GetProfileResponse
Source§fn default() -> GetProfileResponse
fn default() -> GetProfileResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetProfileResponse
impl<'de> Deserialize<'de> for GetProfileResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetProfileResponse
impl RefUnwindSafe for GetProfileResponse
impl Send for GetProfileResponse
impl Sync for GetProfileResponse
impl Unpin for GetProfileResponse
impl UnwindSafe for GetProfileResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more