Docs.rs
  • tensor-eigen-0.0.12
    • tensor-eigen 0.0.12
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • samuelvanderwaal
    • Dependencies
      • anyhow ^1.0.75 normal
      • borsh ^0.10 normal
      • chrono ^0.4.38 normal
      • clap ^4.5 normal
      • console ^0.15.8 normal
      • dirs ^5.0.1 normal
      • hex ^0.4.3 normal
      • indexmap ^2.1.0 normal
      • num-derive ^0.4.2 normal
      • num-traits ^0.2.19 normal
      • serde ^1.0.193 normal
      • serde_json ^1.0.108 normal
      • serde_with ^3.4.0 normal
      • serde_yaml ^0.9.27 normal
      • sha2 ^0.10.8 normal
      • solana-account-decoder >=1.16, <2.0 normal
      • solana-client >=1.16, <2.0 normal
      • solana-logger >=1.16, <2.0 normal
      • solana-program >=1.16, <2.0 normal
      • solana-sdk >=1.16, <2.0 normal
      • tensor-amm ^0.7.0 normal
      • tensor-marketplace ^0.5.0 normal
      • tensor-price-lock ^0.2.0 normal
      • tensor-whitelist ^0.2.0 normal
      • uuid ^1.10.0 normal
    • Versions
    • 10.94% 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

tensor_eigen0.0.12

CustomFormat

Required Methods

  • custom_format

Implementations on Foreign Types

  • Account
  • BidState
  • ListState
  • MintProof
  • MintProofV2
  • NftDepositReceipt
  • OrderNftReceipt
  • OrderState
  • Pool
  • PoolConfig
  • PoolStats
  • Whitelist
  • WhitelistV2

Implementors

In tensor_eigen::formatting

tensor_eigen::formatting

Trait CustomFormat

source
pub trait CustomFormat {
    // Required method
    fn custom_format(&self) -> String;
}

Required Methods§

source

fn custom_format(&self) -> String

Implementations on Foreign Types§

source§

impl CustomFormat for Account

source§

fn custom_format(&self) -> String

source§

impl CustomFormat for NftDepositReceipt

source§

fn custom_format(&self) -> String

source§

impl CustomFormat for Pool

source§

fn custom_format(&self) -> String

source§

impl CustomFormat for PoolConfig

source§

fn custom_format(&self) -> String

source§

impl CustomFormat for PoolStats

source§

fn custom_format(&self) -> String

source§

impl CustomFormat for BidState

source§

fn custom_format(&self) -> String

source§

impl CustomFormat for ListState

source§

fn custom_format(&self) -> String

source§

impl CustomFormat for OrderNftReceipt

source§

fn custom_format(&self) -> String

source§

impl CustomFormat for OrderState

source§

fn custom_format(&self) -> String

source§

impl CustomFormat for MintProof

source§

fn custom_format(&self) -> String

source§

impl CustomFormat for MintProofV2

source§

fn custom_format(&self) -> String

source§

impl CustomFormat for Whitelist

source§

fn custom_format(&self) -> String

source§

impl CustomFormat for WhitelistV2

source§

fn custom_format(&self) -> String

Implementors§

source§

impl CustomFormat for ComparisonResult

source§

impl CustomFormat for Shard