pub enum FieldsUser {
Avatar,
StatusText,
StatusPresence,
ProfileContent,
ProfileBackground,
DisplayName,
Internal,
}Expand description
Optional fields on user object
Variants§
Avatar
StatusText
StatusPresence
ProfileContent
ProfileBackground
DisplayName
Internal
Internal field, ignore this.
Trait Implementations§
Source§impl Debug for FieldsUser
impl Debug for FieldsUser
Auto Trait Implementations§
impl Freeze for FieldsUser
impl RefUnwindSafe for FieldsUser
impl Send for FieldsUser
impl Sync for FieldsUser
impl Unpin for FieldsUser
impl UnsafeUnpin for FieldsUser
impl UnwindSafe for FieldsUser
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