Results
- 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:
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.