pub struct Sender {
pub user_id: i64,
pub nickname: Option<String>,
pub card: Option<String>,
pub sex: Option<Sex>,
pub age: Option<i32>,
pub area: Option<String>,
pub level: Option<String>,
pub role: Option<String>,
pub title: Option<String>,
}Fields§
§user_id: i64§nickname: Option<String>§card: Option<String>§sex: Option<Sex>§age: Option<i32>§area: Option<String>§level: Option<String>§role: Option<String>§title: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sender
impl RefUnwindSafe for Sender
impl Send for Sender
impl Sync for Sender
impl Unpin for Sender
impl UnsafeUnpin for Sender
impl UnwindSafe for Sender
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