Docs.rs
  • nominal-api-0.795.3
    • nominal-api 0.795.3
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • crates.io
    • Source
    • Owners
    • alxhill
    • github:nominal-io:public
    • nominal-bot
    • Dependencies
      • conjure-error ^4 normal
      • conjure-http ^4 normal
      • conjure-object ^4 normal
      • prost ^0.13.5 normal
      • tonic ^0.13.1 normal
      • conjure-codegen ^4 build
      • tonic-build ^0.13.1 build
    • Versions
    • 51.99% 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

Crate nominal_api

nominal_api0.795.3

  • All Items

Crate Items

  • Modules

Crates

  • nominal_api

Crate nominal_api

Source

Modules§

api
attachments
authentication
authorization
comments
connect
datasource
event
ingest
module
modules
persistent
scout
secrets
security
storage
themes
timeseries
tonic
upload

Results

Settings
Help
    trait
    nominal_api::scout::AsyncInternalVersioningService
    These endpoints are not intended to be used directly by …
    struct
    nominal_api::scout::AsyncInternalVersioningServiceEndpoints
    trait method
    nominal_api::scout::AsyncInternalVersioningService::init_resource_versioning
    &AsyncInternalVersioningService, BearerToken, ResourceIdentifier, InitResourceVersioningRequest -> <Future<Output=Result<BranchAndCommit, Error>>, Send>
    Creates a root commit (no parents) and a “main” branch …
    trait method
    nominal_api::scout::AsyncInternalVersioningService::commit
    &AsyncInternalVersioningService, BearerToken, ResourceIdentifier, BranchName, CommitRequest -> <Future<Output=Result<BranchAndCommit, Error>>, Send>
    Creates a new permanent commit on the given branch. Throws …
    trait method
    nominal_api::scout::AsyncInternalVersioningService::compact_commits
    &AsyncInternalVersioningService, BearerToken, ResourceIdentifier, CompactCommitsRequest -> <Future<Output=Result<BTreeSet<CommitId>, Error>>, Send>
    Compacts the commit graph for the resource by deleting …
    trait method
    nominal_api::scout::AsyncInternalVersioningService::save_working_state
    &AsyncInternalVersioningService, BearerToken, ResourceIdentifier, BranchName, SaveWorkingStateRequest -> <Future<Output=Result<BranchAndCommit, Error>>, Send>
    Creates a non-permanent commit on the given branch, Throws …
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.