Lines Matching defs:ConfigInner
688 impl<Kpr, Ps, Gss, Ip, Pr, Cp> ClientConfig for ConfigInner<Kpr, Ps, Gss, Ip, Pr, Cp> implementation
942 pub struct ConfigInner<Kpr, Ps, Gss, Ip, Pr, Cp> { struct
943 pub(crate) settings: Settings,
944 pub(crate) key_package_repo: Kpr,
945 pub(crate) psk_store: Ps,
946 pub(crate) group_state_storage: Gss,
947 pub(crate) identity_provider: Ip,
948 pub(crate) mls_rules: Pr,
949 pub(crate) crypto_provider: Cp,
950 pub(crate) signer: Option<SignatureSecretKey>,
951 pub(crate) signing_identity: Option<(SigningIdentity, CipherSuite)>,
952 pub(crate) version: ProtocolVersion,