Docs.rs
  • fiberplane-models-1.0.0-beta.14
    • fiberplane-models 1.0.0-beta.14
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • mellowagain
    • hatchan
    • github:fiberplane:api-devs
    • Dependencies
      • axum ^0.6 normal optional
      • base64 ^0.13 normal
      • base64uuid ^1.1.0 normal
      • bytes ^1 normal
      • clap ^4.1 normal optional
      • form_urlencoded ^1 normal
      • fp-bindgen ^3.0.0 normal optional
      • ordered-float ^4.1.1 normal
      • rmp-serde ^1.0 normal
      • rmpv ^1 normal
      • serde ^1 normal
      • serde_bytes ^0.11 normal
      • serde_json ^1 normal
      • sqlx ^0.7.3 normal optional
      • strum ^0.24 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
    • 37.14% 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

fiberplane_models1.0.0-beta.14

SortField

Required Methods

  • default_sort_field

Provided Methods

  • default_sort_direction

Object Safety

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

Object Safety§

This trait is not object safe.

Implementors§

source§

impl SortField for PagerDutyReceiverListSortFields

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