mirror of
https://github.com/actix/actix-extras.git
synced 2025-08-31 19:37:00 +02:00
Deploying to gh-pages from @ b0854ed144
🚀
This commit is contained in:
3
implementors/actix/actor/trait.Actor.js
Normal file
3
implementors/actix/actor/trait.Actor.js
Normal file
@@ -0,0 +1,3 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["actix_redis"] = [{"text":"impl Actor for RedisActor","synthetic":false,"types":[]}];
|
||||
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
3
implementors/actix/actor/trait.Supervised.js
Normal file
3
implementors/actix/actor/trait.Supervised.js
Normal file
@@ -0,0 +1,3 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["actix_redis"] = [{"text":"impl Supervised for RedisActor","synthetic":false,"types":[]}];
|
||||
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
3
implementors/actix/handler/trait.Handler.js
Normal file
3
implementors/actix/handler/trait.Handler.js
Normal file
@@ -0,0 +1,3 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["actix_redis"] = [{"text":"impl Handler<Command> for RedisActor","synthetic":false,"types":[]}];
|
||||
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
3
implementors/actix/handler/trait.Message.js
Normal file
3
implementors/actix/handler/trait.Message.js
Normal file
@@ -0,0 +1,3 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["actix_redis"] = [{"text":"impl Message for Command","synthetic":false,"types":[]}];
|
||||
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
3
implementors/actix/io/trait.WriteHandler.js
Normal file
3
implementors/actix/io/trait.WriteHandler.js
Normal file
@@ -0,0 +1,3 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["actix_redis"] = [{"text":"impl WriteHandler<Error> for RedisActor","synthetic":false,"types":[]}];
|
||||
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
3
implementors/actix/stream/trait.StreamHandler.js
Normal file
3
implementors/actix/stream/trait.StreamHandler.js
Normal file
@@ -0,0 +1,3 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["actix_redis"] = [{"text":"impl StreamHandler<Result<RespValue, Error>> for RedisActor","synthetic":false,"types":[]}];
|
||||
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
@@ -1,3 +1,3 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["actix_redis"] = [{"text":"impl Debug for Error","synthetic":false,"types":[]}];
|
||||
implementors["actix_redis"] = [{"text":"impl Debug for Command","synthetic":false,"types":[]},{"text":"impl Debug for Error","synthetic":false,"types":[]}];
|
||||
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
@@ -1,3 +1,3 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["actix_redis"] = [{"text":"impl !Freeze for RedisClient","synthetic":true,"types":[]},{"text":"impl Freeze for RedisSession","synthetic":true,"types":[]},{"text":"impl Freeze for Error","synthetic":true,"types":[]}];
|
||||
implementors["actix_redis"] = [{"text":"impl Freeze for Command","synthetic":true,"types":[]},{"text":"impl Freeze for RedisActor","synthetic":true,"types":[]},{"text":"impl Freeze for RedisSession","synthetic":true,"types":[]},{"text":"impl Freeze for Error","synthetic":true,"types":[]}];
|
||||
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
@@ -1,3 +1,3 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["actix_redis"] = [{"text":"impl Send for RedisClient","synthetic":true,"types":[]},{"text":"impl !Send for RedisSession","synthetic":true,"types":[]},{"text":"impl Send for Error","synthetic":true,"types":[]}];
|
||||
implementors["actix_redis"] = [{"text":"impl Send for Command","synthetic":true,"types":[]},{"text":"impl !Send for RedisActor","synthetic":true,"types":[]},{"text":"impl !Send for RedisSession","synthetic":true,"types":[]},{"text":"impl Send for Error","synthetic":true,"types":[]}];
|
||||
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
@@ -1,3 +1,3 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["actix_redis"] = [{"text":"impl Sync for RedisClient","synthetic":true,"types":[]},{"text":"impl !Sync for RedisSession","synthetic":true,"types":[]},{"text":"impl Sync for Error","synthetic":true,"types":[]}];
|
||||
implementors["actix_redis"] = [{"text":"impl Sync for Command","synthetic":true,"types":[]},{"text":"impl !Sync for RedisActor","synthetic":true,"types":[]},{"text":"impl !Sync for RedisSession","synthetic":true,"types":[]},{"text":"impl Sync for Error","synthetic":true,"types":[]}];
|
||||
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
@@ -1,3 +1,3 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["actix_redis"] = [{"text":"impl Unpin for RedisClient","synthetic":true,"types":[]},{"text":"impl Unpin for RedisSession","synthetic":true,"types":[]},{"text":"impl Unpin for Error","synthetic":true,"types":[]}];
|
||||
implementors["actix_redis"] = [{"text":"impl Unpin for Command","synthetic":true,"types":[]},{"text":"impl Unpin for RedisActor","synthetic":true,"types":[]},{"text":"impl Unpin for RedisSession","synthetic":true,"types":[]},{"text":"impl Unpin for Error","synthetic":true,"types":[]}];
|
||||
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
@@ -1,3 +1,3 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["actix_redis"] = [{"text":"impl !RefUnwindSafe for RedisClient","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for RedisSession","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Error","synthetic":true,"types":[]}];
|
||||
implementors["actix_redis"] = [{"text":"impl RefUnwindSafe for Command","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for RedisActor","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for RedisSession","synthetic":true,"types":[]},{"text":"impl !RefUnwindSafe for Error","synthetic":true,"types":[]}];
|
||||
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
@@ -1,3 +1,3 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["actix_redis"] = [{"text":"impl !UnwindSafe for RedisClient","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for RedisSession","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Error","synthetic":true,"types":[]}];
|
||||
implementors["actix_redis"] = [{"text":"impl UnwindSafe for Command","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for RedisActor","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for RedisSession","synthetic":true,"types":[]},{"text":"impl !UnwindSafe for Error","synthetic":true,"types":[]}];
|
||||
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
Reference in New Issue
Block a user