Docs.rs
  • fbthrift-git-0.0.7+b377f46
    • fbthrift-git 0.0.7+b377f46
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • vkill
    • Dependencies
      • anyhow ^1.0.65 normal
      • async-trait ^0.1.58 normal
      • base64 ^0.11.0 normal
      • bufsize ^1.0 normal
      • bytes ^1.1 normal
      • futures ^0.3.22 normal
      • ghost ^0.1 normal
      • num-derive ^0.3.3 normal
      • num-traits ^0.2 normal
      • ordered-float ^1.1.1 normal
      • panic-message ^0.3 normal
      • serde_json ^1.0.79 normal
      • thiserror ^1.0.36 normal
      • quickcheck ^1.0 dev
    • Versions
    • 21.83% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

SerializeRef

Implementors

In fbthrift_git::binary_protocol

?
Change settings

Trait fbthrift_git::binary_protocol::SerializeRef

source ·
pub trait SerializeRef: Serialize<BinaryProtocolSerializer<SizeCounter>> + Serialize<BinaryProtocolSerializer<BytesMut>>where
    for<'a> &'a Self: Serialize<BinaryProtocolSerializer<SizeCounter>> + Serialize<BinaryProtocolSerializer<BytesMut>>,
{ }

Implementors§

source§

impl<T> SerializeRef for Twhere
    T: Serialize<BinaryProtocolSerializer<BytesMut>> + Serialize<BinaryProtocolSerializer<SizeCounter>>,
    for<'a> &'a T: Serialize<BinaryProtocolSerializer<BytesMut>> + Serialize<BinaryProtocolSerializer<SizeCounter>>,