pub struct FunPayAccount {
pub golden_key: String,
pub id: Option<i64>,
pub username: Option<String>,
pub csrf_token: Option<String>,
pub events_tx: Sender<Event>,
/* private fields */
}Fields§
§golden_key: String§id: Option<i64>§username: Option<String>§csrf_token: Option<String>§events_tx: Sender<Event>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FunPayAccount
impl !RefUnwindSafe for FunPayAccount
impl Send for FunPayAccount
impl Sync for FunPayAccount
impl Unpin for FunPayAccount
impl !UnwindSafe for FunPayAccount
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