pub struct SearchContactsResponse {
pub v3: String,
pub nick_name: String,
pub sex: i32,
pub signature: Option<String>,
pub big_head_img_url: String,
pub small_head_img_url: String,
pub v4: Option<String>,
}Fields§
§v3: String§nick_name: String§sex: i32§signature: Option<String>§big_head_img_url: String§small_head_img_url: String§v4: Option<String>Trait Implementations§
Source§impl Clone for SearchContactsResponse
impl Clone for SearchContactsResponse
Source§fn clone(&self) -> SearchContactsResponse
fn clone(&self) -> SearchContactsResponse
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 SearchContactsResponse
impl Debug for SearchContactsResponse
Source§impl Default for SearchContactsResponse
impl Default for SearchContactsResponse
Source§fn default() -> SearchContactsResponse
fn default() -> SearchContactsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SearchContactsResponse
impl<'de> Deserialize<'de> for SearchContactsResponse
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 SearchContactsResponse
impl RefUnwindSafe for SearchContactsResponse
impl Send for SearchContactsResponse
impl Sync for SearchContactsResponse
impl Unpin for SearchContactsResponse
impl UnwindSafe for SearchContactsResponse
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