pub struct DataUserProfile {
pub content: Option<String>,
pub background: Option<String>,
}Expand description
New user profile data
Fields§
§content: Option<String>Text to set as user profile description
background: Option<String>Attachment ID for background
Trait Implementations§
Source§impl Debug for DataUserProfile
impl Debug for DataUserProfile
Auto Trait Implementations§
impl Freeze for DataUserProfile
impl RefUnwindSafe for DataUserProfile
impl Send for DataUserProfile
impl Sync for DataUserProfile
impl Unpin for DataUserProfile
impl UnsafeUnpin for DataUserProfile
impl UnwindSafe for DataUserProfile
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