pub struct UserStore { /* private fields */ }Expand description
User storage.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for UserStore
impl !UnwindSafe for UserStore
impl Freeze for UserStore
impl Send for UserStore
impl Sync for UserStore
impl Unpin for UserStore
impl UnsafeUnpin for UserStore
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