Docs.rs
  • everscale-types-0.1.0
    • everscale-types 0.1.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Rexagon
    • Dependencies
      • ahash ^0.8.11 normal
      • anyhow ^1.0 normal optional
      • base64 ^0.22 normal optional
      • bitflags ^2.3 normal
      • blake3 ^1.5 normal optional
      • bytes ^1.4 normal optional
      • crc32c ^0.6.8 normal
      • ed25519-dalek ^2.1.1 normal optional
      • everscale-crypto ^0.2 normal optional
      • everscale-types-proc =0.1.4 normal
      • hex ^0.4 normal
      • num-bigint ^0.4 normal optional
      • num-traits ^0.2 normal optional
      • rand ^0.8 normal optional
      • rayon ^1.10 normal optional
      • scc ^2.1 normal optional
      • serde ^1 normal optional
      • sha2 ^0.10 normal
      • smallvec ^1.9 normal
      • thiserror ^1.0 normal
      • tl-proto ^0.4 normal optional
      • typeid ^1.0 normal optional
      • anyhow ^1.0 dev
      • base64 ^0.22 dev
      • criterion ^0.5 dev
      • rand ^0.8 dev
      • rand_xorshift ^0.3 dev
      • serde ^1 dev
      • serde_json ^1 dev
    • Versions
    • 100% 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

everscale_types0.1.0

EquivalentRepr

Implementors

In everscale_types::cell

everscale_types::cell

Trait EquivalentRepr

Source
pub trait EquivalentRepr<T> { }
Expand description

Marker trait which allows casting lazy-loaded data.

Implementors§

Source§

impl EquivalentRepr<BaseMessage<MsgInfo, (Cell, CellSliceRange)>> for Message<'_>

Source§

impl EquivalentRepr<BaseMessage<MsgInfo, (Cell, CellSliceRange)>> for OwnedRelaxedMessage

Source§

impl EquivalentRepr<BaseMessage<MsgInfo, (Cell, CellSliceRange)>> for RelaxedMessage<'_>

Source§

impl EquivalentRepr<BaseMessage<MsgInfo, CellSlice<'_>>> for OwnedMessage

Source§

impl EquivalentRepr<BaseMessage<MsgInfo, CellSlice<'_>>> for OwnedRelaxedMessage

Source§

impl EquivalentRepr<BaseMessage<MsgInfo, CellSlice<'_>>> for RelaxedMessage<'_>

Source§

impl EquivalentRepr<BaseMessage<RelaxedMsgInfo, (Cell, CellSliceRange)>> for Message<'_>

Source§

impl EquivalentRepr<BaseMessage<RelaxedMsgInfo, (Cell, CellSliceRange)>> for OwnedMessage

Source§

impl EquivalentRepr<BaseMessage<RelaxedMsgInfo, (Cell, CellSliceRange)>> for RelaxedMessage<'_>

Source§

impl EquivalentRepr<BaseMessage<RelaxedMsgInfo, CellSlice<'_>>> for Message<'_>

Source§

impl EquivalentRepr<BaseMessage<RelaxedMsgInfo, CellSlice<'_>>> for OwnedMessage

Source§

impl EquivalentRepr<BaseMessage<RelaxedMsgInfo, CellSlice<'_>>> for OwnedRelaxedMessage

Source§

impl<T> EquivalentRepr<T> for T

All types are equivalent to itself.