mirror of
https://github.com/actix/actix-extras.git
synced 2025-08-31 19:37:00 +02:00
Deploying to gh-pages from @ 06f17ec223
🚀
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["actix_redis"] = [{"text":"impl Actor for <a class=\"struct\" href=\"actix_redis/struct.RedisActor.html\" title=\"struct actix_redis::RedisActor\">RedisActor</a>","synthetic":false,"types":["actix_redis::redis::RedisActor"]}];
|
||||
implementors["actix_redis"] = [{"text":"impl Actor 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 Supervised for <a class=\"struct\" href=\"actix_redis/struct.RedisActor.html\" title=\"struct actix_redis::RedisActor\">RedisActor</a>","synthetic":false,"types":["actix_redis::redis::RedisActor"]}];
|
||||
implementors["actix_redis"] = [{"text":"impl Supervised 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 Handler<<a class=\"struct\" href=\"actix_redis/struct.Command.html\" title=\"struct actix_redis::Command\">Command</a>> for <a class=\"struct\" href=\"actix_redis/struct.RedisActor.html\" title=\"struct actix_redis::RedisActor\">RedisActor</a>","synthetic":false,"types":["actix_redis::redis::RedisActor"]}];
|
||||
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;}})()
|
@@ -1,3 +1,3 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["actix_redis"] = [{"text":"impl Message for <a class=\"struct\" href=\"actix_redis/struct.Command.html\" title=\"struct actix_redis::Command\">Command</a>","synthetic":false,"types":["actix_redis::redis::Command"]}];
|
||||
implementors["actix_redis"] = [{"text":"impl Message for Command","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 WriteHandler<<a class=\"struct\" href=\"https://doc.rust-lang.org/nightly/std/io/error/struct.Error.html\" title=\"struct std::io::error::Error\">Error</a>> for <a class=\"struct\" href=\"actix_redis/struct.RedisActor.html\" title=\"struct actix_redis::RedisActor\">RedisActor</a>","synthetic":false,"types":["actix_redis::redis::RedisActor"]}];
|
||||
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;}})()
|
@@ -1,3 +1,3 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["actix_redis"] = [{"text":"impl StreamHandler<<a class=\"enum\" href=\"https://doc.rust-lang.org/nightly/core/result/enum.Result.html\" title=\"enum core::result::Result\">Result</a><<a class=\"enum\" href=\"actix_redis/enum.RespValue.html\" title=\"enum actix_redis::RespValue\">RespValue</a>, <a class=\"enum\" href=\"actix_redis/enum.RespError.html\" title=\"enum actix_redis::RespError\">Error</a>>> for <a class=\"struct\" href=\"actix_redis/struct.RedisActor.html\" title=\"struct actix_redis::RedisActor\">RedisActor</a>","synthetic":false,"types":["actix_redis::redis::RedisActor"]}];
|
||||
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;}})()
|
Reference in New Issue
Block a user