Search results
- trait
nominal_api::scout::datasource::connection::AsyncConnectionService
A Connection contains the relevant metadata and …
struct nominal_api::scout::datasource::connection::AsyncConnectionServiceEndpoints
- trait method
nominal_api::scout::datasource::connection::AsyncConnectionService::get_connection
&AsyncConnectionService, BearerToken, ConnectionRid -> impl (Future<Output=Result<Connection, Error>>, Send)
Gets a connection by its RID.
trait method nominal_api::scout::datasource::connection::AsyncConnectionService::create_connection
&AsyncConnectionService, BearerToken, CreateConnection -> impl (Future<Output=Result<Connection, Error>>, Send)
Creates a new connection.
trait method nominal_api::scout::datasource::connection::AsyncConnectionService::archive_connection
&AsyncConnectionService, BearerToken, ConnectionRid -> impl (Future<Output=Result<(), Error>>, Send)
Archives a connection, which simply tags the connection …
trait method nominal_api::scout::datasource::connection::AsyncConnectionService::unarchive_connection
&AsyncConnectionService, BearerToken, ConnectionRid -> impl (Future<Output=Result<(), Error>>, Send)
Undoes the archiving of a connection.
trait method nominal_api::scout::datasource::connection::AsyncConnectionService::update_connection
&AsyncConnectionService, BearerToken, ConnectionRid, UpdateConnectionRequest -> impl (Future<Output=Result<Connection, Error>>, Send)
Updates an existing connection.
trait method nominal_api::scout::datasource::connection::AsyncConnectionService::update_connection_status
&AsyncConnectionService, BearerToken, ConnectionRid, ConnectionStatus -> impl (Future<Output=Result<(), Error>>, Send)
Updates an existing connection status.
trait method nominal_api::scout::datasource::connection::AsyncConnectionService::get_connections
&AsyncConnectionService, BearerToken, BTreeSet<ConnectionRid> -> impl (Future<Output=Result<BTreeSet<Connection>, Error>>, Send)
Gets a set of connections by their RIDs.
trait method nominal_api::scout::datasource::connection::AsyncConnectionService::list_connections
&AsyncConnectionService, BearerToken, Option<bool>, BTreeSet<WorkspaceRid> -> impl (Future<Output=Result<BTreeSet<Connection>, Error>>, Send)
Lists all connections.
trait method nominal_api::scout::datasource::connection::AsyncConnectionService::add_available_tags
&AsyncConnectionService, BearerToken, ConnectionRid, BTreeMap<TagName, BTreeSet<TagValue>> -> impl (Future<Output=Result<Connection, Error>>, Send)
Adds available tag key/value pairs to the connection. If a …
No results :(
Try on DuckDuckGo?
Or try looking in one of these:
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.