pub struct SessionUserOutput {
pub session: Value,
pub user: Value,
}Fields§
§session: Value§user: ValueTrait Implementations§
Source§impl Debug for SessionUserOutput
impl Debug for SessionUserOutput
Auto Trait Implementations§
impl Freeze for SessionUserOutput
impl RefUnwindSafe for SessionUserOutput
impl Send for SessionUserOutput
impl Sync for SessionUserOutput
impl Unpin for SessionUserOutput
impl UnsafeUnpin for SessionUserOutput
impl UnwindSafe for SessionUserOutput
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