#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for RepositoryExternalConnectionInfo
Implementations
The name of the external connection associated with a repository.
The name of the external connection associated with a repository.
The package format associated with a repository's external connection. The valid package formats are:
-
npm: A Node Package Manager (npm) package. -
pypi: A Python Package Index (PyPI) package. -
maven: A Maven package that contains compiled code in a distributable format, such as a JAR file.
The package format associated with a repository's external connection. The valid package formats are:
-
npm: A Node Package Manager (npm) package. -
pypi: A Python Package Index (PyPI) package. -
maven: A Maven package that contains compiled code in a distributable format, such as a JAR file.
The status of the external connection of a repository. There is one valid value, Available.
The status of the external connection of a repository. There is one valid value, Available.
Consumes the builder and constructs a RepositoryExternalConnectionInfo
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more