pub struct Context {
pub user: User,
/* private fields */
}Expand description
A struct for general utilities and wrapper for the http client for fetch entities from the API.
Fields
user: UserThe current user.
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Context
impl !UnwindSafe for Context
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more