selection
Module: authority::selection
Section titled “Module: authority::selection”Contents
Section titled “Contents”Enums
AuthorityCli- CLI-side selection (value of--authority).AuthoritySelection- Final, resolved Authority selection.
firma_run::authority::selection::AuthorityCli
Section titled “firma_run::authority::selection::AuthorityCli”Enum
CLI-side selection (value of --authority).
Variants:
Unset- Flag not passed.Local---authority local.Remote(String)---authority <url>.
Traits: Eq
Trait Implementations:
- Clone
fn clone(self: &Self) -> AuthorityCli
- PartialEq
fn eq(self: &Self, other: &AuthorityCli) -> bool
- Default
fn default() -> AuthorityCli
- Debug
fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result
firma_run::authority::selection::AuthoritySelection
Section titled “firma_run::authority::selection::AuthoritySelection”Enum
Final, resolved Authority selection.
Variants:
Local- Use a local Mini Authority on loopback with a per-run ephemeral port;Remote(String)- Use a remote Authority at the given URL.
Traits: Eq
Trait Implementations:
- Debug
fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result
- Clone
fn clone(self: &Self) -> AuthoritySelection
- PartialEq
fn eq(self: &Self, other: &AuthoritySelection) -> bool