mbpr 0.0.1

Memcached binary protocol parser
Documentation
1
2
3
4
5
6
7
8
9
10
(function() {var implementors = {};
implementors["mbpr"] = ["impl <a class='trait' href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html' title='core::clone::Clone'>Clone</a> for <a class='enum' href='mbpr/enum.OpCode.html' title='mbpr::OpCode'>OpCode</a>","impl <a class='trait' href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html' title='core::clone::Clone'>Clone</a> for <a class='enum' href='mbpr/enum.StatusField.html' title='mbpr::StatusField'>StatusField</a>","impl <a class='trait' href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html' title='core::clone::Clone'>Clone</a> for <a class='struct' href='mbpr/struct.ReqHeader.html' title='mbpr::ReqHeader'>ReqHeader</a>","impl&lt;'a&gt; <a class='trait' href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html' title='core::clone::Clone'>Clone</a> for <a class='struct' href='mbpr/struct.Request.html' title='mbpr::Request'>Request</a>&lt;'a&gt;","impl <a class='trait' href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html' title='core::clone::Clone'>Clone</a> for <a class='struct' href='mbpr/struct.OwnedRequest.html' title='mbpr::OwnedRequest'>OwnedRequest</a>","impl <a class='trait' href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html' title='core::clone::Clone'>Clone</a> for <a class='struct' href='mbpr/struct.ResHeader.html' title='mbpr::ResHeader'>ResHeader</a>","impl&lt;'a&gt; <a class='trait' href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html' title='core::clone::Clone'>Clone</a> for <a class='struct' href='mbpr/struct.Response.html' title='mbpr::Response'>Response</a>&lt;'a&gt;","impl <a class='trait' href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html' title='core::clone::Clone'>Clone</a> for <a class='enum' href='mbpr/enum.Fault.html' title='mbpr::Fault'>Fault</a>",];

            if (window.register_implementors) {
                window.register_implementors(implementors);
            } else {
                window.pending_implementors = implementors;
            }
        
})()