Docs.rs
  • nominal-api-0.750.0
    • nominal-api 0.750.0
    • 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
    • 52.63% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate nominal_api

nominal_api0.750.0

  • 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::datasource::logset::AsyncLogSetService
    Log sets are a type of datasource which can be used to …
    struct
    nominal_api::datasource::logset::AsyncLogSetServiceEndpoints
    trait method
    nominal_api::datasource::logset::AsyncLogSetService::create
    &AsyncLogSetService, BearerToken, CreateLogSetRequest -> <Future<Output=Result<LogSetMetadata, Error>>, Send>
    trait method
    nominal_api::datasource::logset::AsyncLogSetService::search_log_sets
    &AsyncLogSetService, BearerToken, SearchLogSetsRequest -> <Future<Output=Result<SearchLogSetsResponse, Error>>, Send>
    trait method
    nominal_api::datasource::logset::AsyncLogSetService::get_log_set_metadata
    &AsyncLogSetService, BearerToken, LogSetRid -> <Future<Output=Result<LogSetMetadata, Error>>, Send>
    trait method
    nominal_api::datasource::logset::AsyncLogSetService::search_logs
    &AsyncLogSetService, BearerToken, LogSetRid, SearchLogsRequest -> <Future<Output=Result<SearchLogsResponse, Error>>, Send>
    trait method
    nominal_api::datasource::logset::AsyncLogSetService::attach_logs_and_finalize
    &AsyncLogSetService, BearerToken, LogSetRid, AttachLogsAndFinalizeRequest -> <Future<Output=Result<LogSetMetadata, Error>>, Send>
    trait method
    nominal_api::datasource::logset::AsyncLogSetService::batch_get_log_set_metadata
    &AsyncLogSetService, BearerToken, BTreeSet<LogSetRid> -> <Future<Output=Result<BTreeSet<LogSetMetadata>, Error>>, Send>
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.