Struct talk_api_internal::profile::FriendProfile
source · pub struct FriendProfile {
pub user_id: u64,
pub background_image_url: String,
pub original_background_image_url: String,
pub status_message: String,
pub profile_image_url: String,
pub full_profile_image_url: String,
pub original_profile_image_url: String,
}
Fields§
§user_id: u64
§background_image_url: String
§original_background_image_url: String
§status_message: String
§profile_image_url: String
§full_profile_image_url: String
§original_profile_image_url: String
Trait Implementations§
source§impl Clone for FriendProfile
impl Clone for FriendProfile
source§fn clone(&self) -> FriendProfile
fn clone(&self) -> FriendProfile
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 moresource§impl Debug for FriendProfile
impl Debug for FriendProfile
source§impl<'de> Deserialize<'de> for FriendProfile
impl<'de> Deserialize<'de> for FriendProfile
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 RefUnwindSafe for FriendProfile
impl Send for FriendProfile
impl Sync for FriendProfile
impl Unpin for FriendProfile
impl UnwindSafe for FriendProfile
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