Docs.rs
  • tackler-api-0.11.0
    • tackler-api 0.11.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • 35VLG84
    • Dependencies
      • base64 ^0.22.1 normal
      • jiff ^0.2.15 normal
      • regex ^1.11.1 normal
      • rust_decimal ^1.37.2 normal
      • serde ^1.0.219 normal
      • serde_json ^1.0.140 normal
      • tackler-rs ^0.10.1 normal
      • uuid ^1.17.0 normal
      • indoc ^2.0.6 dev
      • rust_decimal_macros ^1.37.1 dev
    • Versions
    • 100% of the crate is documented
  • 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

tackler_api0.11.0

IndentDisplay

Required Methods

  • i_fmt

Implementors

In tackler_api::filters

tackler_api::filters

Trait IndentDisplay

Source
pub trait IndentDisplay {
    // Required method
    fn i_fmt(
        &self,
        indent: &str,
        _tz: TimeZone,
        f: &mut Formatter<'_>,
    ) -> Result;
}
Expand description

fmt with prefix indent

Required Methods§

Source

fn i_fmt(&self, indent: &str, _tz: TimeZone, f: &mut Formatter<'_>) -> Result

format with indent

§Errors

Returns Err if formatter fails

Implementors§

Source§

impl IndentDisplay for TxnFilter

Source§

impl IndentDisplay for TxnFilterAND

Source§

impl IndentDisplay for TxnFilterNOT

Source§

impl IndentDisplay for TxnFilterOR

Source§

impl IndentDisplay for TxnFilterPostingAccount

Source§

impl IndentDisplay for TxnFilterPostingAmountEqual

Source§

impl IndentDisplay for TxnFilterPostingAmountGreater

Source§

impl IndentDisplay for TxnFilterPostingAmountLess

Source§

impl IndentDisplay for TxnFilterPostingComment

Source§

impl IndentDisplay for TxnFilterPostingCommodity

Source§

impl IndentDisplay for NullaryFALSE

Source§

impl IndentDisplay for NullaryTRUE

Source§

impl IndentDisplay for TxnFilterBBoxLatLon

Source§

impl IndentDisplay for TxnFilterBBoxLatLonAlt

Source§

impl IndentDisplay for TxnFilterTxnCode

Source§

impl IndentDisplay for TxnFilterTxnComments

Source§

impl IndentDisplay for TxnFilterTxnDescription

Source§

impl IndentDisplay for TxnFilterTxnTSBegin

Source§

impl IndentDisplay for TxnFilterTxnTSEnd

Source§

impl IndentDisplay for TxnFilterTxnTags

Source§

impl IndentDisplay for TxnFilterTxnUUID