Struct vaultrs_test::oidc::OIDCServerConfig [−][src]
pub struct OIDCServerConfig {
pub handle: String,
pub timeout: u16,
pub port: u32,
pub version: String,
}Fields
handle: Stringtimeout: u16port: 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 OIDCServerConfig
impl Send for OIDCServerConfig
impl Sync for OIDCServerConfig
impl Unpin for OIDCServerConfig
impl UnwindSafe for OIDCServerConfig
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