pub struct UserPayload {
pub db_session: DBSession,
pub store: Store,
}Fields§
§db_session: DBSession§store: StoreAuto Trait Implementations§
impl Freeze for UserPayload
impl !RefUnwindSafe for UserPayload
impl Send for UserPayload
impl Sync for UserPayload
impl Unpin for UserPayload
impl !UnwindSafe for UserPayload
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