Results
- trait
nominal_api::scout::AsyncTemplateService
TemplateService manages templates, which are workbooks that
struct nominal_api::scout::AsyncTemplateServiceEndpoints
- trait method
nominal_api::scout::AsyncTemplateService::create
&AsyncTemplateService, BearerToken, CreateTemplateRequest -> <Future<Output=Result<Template, Error>>, Send>
Creates a new template.
trait method nominal_api::scout::AsyncTemplateService::search_templates
&AsyncTemplateService, BearerToken, SearchTemplatesRequest -> <Future<Output=Result<SearchTemplatesResponse, Error>>, Send>
trait method nominal_api::scout::AsyncTemplateService::merge_to_main
&AsyncTemplateService, BearerToken, TemplateRid, MergeToMainRequest -> <Future<Output=Result<Template, Error>>, Send>
Merges the given branch to the “main” branch. Throws …
trait method nominal_api::scout::AsyncTemplateService::update_metadata
&AsyncTemplateService, BearerToken, TemplateRid, UpdateMetadataRequest -> <Future<Output=Result<TemplateMetadata, Error>>, Send>
Throws if the template doesn’t exist.
trait method nominal_api::scout::AsyncTemplateService::get_all_labels_and_properties
&AsyncTemplateService, BearerToken, BTreeSet<WorkspaceRid> -> <Future<Output=Result<GetAllLabelsAndPropertiesResponse, Error>>, Send>
trait method nominal_api::scout::AsyncTemplateService::batch_get_metadata
&AsyncTemplateService, BearerToken, BTreeSet<TemplateRid> -> <Future<Output=Result<BTreeSet<TemplateSummary>, Error>>, Send>
trait method nominal_api::scout::AsyncTemplateService::commit
&AsyncTemplateService, BearerToken, TemplateRid, Option<BranchName>, CommitTemplateRequest -> <Future<Output=Result<Template, Error>>, Send>
Creates a commit with a commit message. Throws if the …
trait method nominal_api::scout::AsyncTemplateService::update_ref_names
&AsyncTemplateService, BearerToken, TemplateRid, Option<BranchName>, UpdateRefNameRequest -> <Future<Output=Result<Template, Error>>, Send>
Updates the data source ref names for all variables used …
trait method nominal_api::scout::AsyncTemplateService::save_working_state
&AsyncTemplateService, BearerToken, TemplateRid, Option<BranchName>, SaveTemplateRequest -> <Future<Output=Result<Template, Error>>, Send>
Creates a commit that may be compacted, e.g cleaned up and …
trait method nominal_api::scout::AsyncTemplateService::get
&AsyncTemplateService, BearerToken, TemplateRid, Option<BranchName>, Option<CommitId> -> <Future<Output=Result<Template, Error>>, Send>
Must only pass one of (branch, commit). If neither are …
trait method nominal_api::scout::AsyncTemplateService::get_used_ref_names
&AsyncTemplateService, BearerToken, TemplateRid, Option<BranchName>, Option<CommitId> -> <Future<Output=Result<BTreeSet<DataSourceRefName>, Error>>, Send>
Returns the set of all ref names used by the template.
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.