Modules§
Structs§
- Oid
- Serializable
git2::Oid - Remote
- A project remote.
- Remotes
- Project remotes. Tracks the git state of a project.
- Repository
Info - Basic repository information.
- SetHead
- Output of
WriteRepository::set_head. - Validations
- A set of
Validationerrors that a caller must use.
Enums§
- Error
- Storage error.
- Fetch
Error - Fetch error.
- Namespaces
- Describes one or more namespaces.
- RefUpdate
- An update to a reference.
- Repository
Error - Repository error.
- Validation
- Validation errors that can occur when verifying the layout of the
storage. These errors include checking the validity of the
rad/sigrefscontents and the identity of the repository.
Traits§
- HasRepo
Id - Anything can return the
RepoIdthat it is associated with. - Read
Repository - Allows read-only access to a repository.
- Read
Storage - Read-only operations on a storage instance.
- Remote
Repository - Access the remotes of a repository.
- Sign
Repository - Allows signing refs.
- Validate
Repository - Write
Repository - Allows read-write access to a repository.
- Write
Storage - Allows access to individual storage repositories.