Struct vaultrs_test::vault::VaultServerConfig [−][src]
pub struct VaultServerConfig {
pub handle: String,
pub timeout: u16,
pub token: String,
pub port: u32,
pub version: String,
}Expand description
Configuration for bringing up a container running a dev instance of Vault.
Fields
handle: Stringtimeout: u16token: Stringport: u32version: StringImplementations
Trait Implementations
Creates a Composition from this configuration
Creates a new TestInstance and automatically adds the Composition from this configuration to it. Read more
Auto Trait Implementations
impl RefUnwindSafe for VaultServerConfig
impl Send for VaultServerConfig
impl Sync for VaultServerConfig
impl Unpin for VaultServerConfig
impl UnwindSafe for VaultServerConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
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