Docs.rs
  • fiberplane-models-1.0.0-alpha.3
    • fiberplane-models 1.0.0-alpha.3
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • 13 February 2023
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • mellowagain
    • hatchan
    • github:fiberplane:api-devs
    • Dependencies
      • base64 ^0.13 normal
      • base64uuid ^1.0.0 normal
      • bytes ^1 normal
      • clap ^4.1 normal
      • form_urlencoded ^1 normal
      • fp-bindgen ^3.0.0-alpha.1 normal
      • rmp-serde ^1.0 normal
      • rmpv ^1 normal
      • serde ^1 normal
      • serde_bytes ^0.11 normal
      • serde_json ^1 normal
      • sqlx ^0.6 normal
      • strum_macros ^0.24 normal
      • thiserror ^1.0 normal
      • time ^0.3.15 normal
      • typed-builder ^0.12 normal
      • url ^2.2.2 normal
      • pretty_assertions ^1.3 dev
      • serde_json ^1.0 dev
    • Versions
    • 31.81% of the crate is documented
  • Go to latest stable release
  • 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

SortField

Required Methods

  • default_sort_field

Provided Methods

  • default_sort_direction

Implementors

In fiberplane_models::sorting

?
Change settings

Trait fiberplane_models::sorting::SortField

source ·
pub trait SortField {
    // Required method
    fn default_sort_field() -> Self;

    // Provided method
    fn default_sort_direction() -> SortDirection { ... }
}

Required Methods§

source

fn default_sort_field() -> Self

Provided Methods§

source

fn default_sort_direction() -> SortDirection

Implementors§

source§

impl SortField for DataSourceListingSortFields

source§

impl SortField for EventSortFields

source§

impl SortField for NotebookSortFields

source§

impl SortField for ProxyListingSortFields

source§

impl SortField for SnippetListSortFields

source§

impl SortField for TemplateListSortFields

source§

impl SortField for TokenListSortFields

source§

impl SortField for ViewSortFields

source§

impl SortField for WorkspaceInviteListingSortFields

source§

impl SortField for WorkspaceListingSortFields

source§

impl SortField for WorkspaceMembershipSortFields