Docs.rs
  • cyfs-base-0.5.1
    • cyfs-base 0.5.1
    • Docs.rs crate page
    • BSD-2-Clause
    • Links
    • crates.io
    • Source
    • Owners
    • BDTDevTeam
    • Dependencies
      • aes =0.7 normal
      • async-recursion ^1.0 normal
      • async-std ^1.11 normal
      • async-trait ^0.1.53 normal
      • base58 ^0.2.0 normal
      • block-modes =0.8 normal
      • chrono ^0.4 normal
      • cyfs-base-derive ^0.5 normal
      • cyfs-ecies ^0.1.4 normal
      • generic-array ^0.12 normal
      • hex ^0.4 normal
      • http-types ^2.12 normal
      • int-enum ^0.4 normal
      • lazy_static ^1.4 normal
      • libc ^0.2 normal
      • libsecp256k1 ^0.3.5 normal
      • log ^0.4 normal
      • lru_time_cache ^0.11 normal
      • once_cell ^1.12 normal
      • primitive-types ^0.9 normal
      • protobuf ^2 normal
      • rand ^0.7 normal
      • rsa ^0.3.0 normal
      • rsa-export ^0.1.1 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • sha2 ^0.8 normal
      • simple_logger ^2.1 normal
      • url ^2.2 normal
      • chrono ^0.4 build
      • protoc-bin-vendored ^3 build
      • protoc-rust ^2 build
      • rusqlite ^0.27.0 normal
      • zip ^0.6 normal
    • Versions
    • 1.55% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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

BodyContent

Provided Methods

  • debug_info
  • format
  • version

Implementors

In cyfs_base

logo
Change settings

Trait cyfs_base::BodyContent

source · [−]
pub trait BodyContent {
    fn version(&self) -> u8 { ... }
    fn format(&self) -> u8 { ... }
    fn debug_info() -> String { ... }
}

Provided Methods

source

fn version(&self) -> u8

source

fn format(&self) -> u8

source

fn debug_info() -> String

Implementors

source

impl BodyContent for DirBodyContent

source

impl BodyContent for ActionBodyContent

source

impl BodyContent for AppGroupBodyContent

source

impl BodyContent for DeviceBodyContent

source

impl BodyContent for DiffBodyContent

source

impl BodyContent for EmptyBodyContent

source

impl BodyContent for EmptyProtobufBodyContent

source

impl BodyContent for FileBodyContent

source

impl BodyContent for ObjectMapBodyContent

source

impl BodyContent for OrgBodyContent

source

impl BodyContent for PeopleBodyContent

source

impl BodyContent for SimpleGroupBodyContent

source

impl BodyContent for TxBodyContent

source

impl BodyContent for TypelessObjectBodyContent

source

impl BodyContent for UnionAccountBodyContent

source

impl<T> BodyContent for ContractBodyContent<T>

source

impl<T> BodyContent for ProofOfServiceBodyContent<T>