diff --git a/actix_session/storage/struct.RedisSessionStore.html b/actix_session/storage/struct.RedisSessionStore.html index 07d7f713d..280a57631 100644 --- a/actix_session/storage/struct.RedisSessionStore.html +++ b/actix_session/storage/struct.RedisSessionStore.html @@ -51,10 +51,10 @@ It takes as input the only required input to create a new instance of Trait Implementations
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
Loads the session state associated to a session key.
-Persist the session state for a newly created session. Read more
-Updates the session state associated to a pre-existing session key.
-Loads the session state associated to a session key.
+Persist the session state for a newly created session. Read more
+Updates the session state associated to a pre-existing session key.
+Mutably borrows from an owned value. Read more
diff --git a/actix_session/storage/trait.SessionStore.html b/actix_session/storage/trait.SessionStore.html index 2e2082ea0..91a75075d 100644 --- a/actix_session/storage/trait.SessionStore.html +++ b/actix_session/storage/trait.SessionStore.html @@ -21,5 +21,5 @@ is required for implementations, too. In particular, we use the send-optional vaReturns the corresponding session key.
Updates the session state associated to a pre-existing session key.