pub struct RustBasicSessionStore {
pub pool: AnyPool,
}Fields§
§pool: AnyPoolImplementations§
Trait Implementations§
Source§impl Clone for RustBasicSessionStore
impl Clone for RustBasicSessionStore
Source§fn clone(&self) -> RustBasicSessionStore
fn clone(&self) -> RustBasicSessionStore
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for RustBasicSessionStore
impl !UnwindSafe for RustBasicSessionStore
impl Freeze for RustBasicSessionStore
impl Send for RustBasicSessionStore
impl Sync for RustBasicSessionStore
impl Unpin for RustBasicSessionStore
impl UnsafeUnpin for RustBasicSessionStore
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