pub struct Pkcs11ServerConfig {
pub slot_count: u32,
pub default_signing_algorithm: String,
pub default_threshold: Threshold,
pub share_storage: String,
pub hsm_module: String,
}Fields§
§slot_count: u32§default_signing_algorithm: String§default_threshold: Threshold§hsm_module: StringTrait Implementations§
Source§impl Clone for Pkcs11ServerConfig
impl Clone for Pkcs11ServerConfig
Source§fn clone(&self) -> Pkcs11ServerConfig
fn clone(&self) -> Pkcs11ServerConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Pkcs11ServerConfig
impl Debug for Pkcs11ServerConfig
Source§impl<'de> Deserialize<'de> for Pkcs11ServerConfig
impl<'de> Deserialize<'de> for Pkcs11ServerConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Pkcs11ServerConfig
impl RefUnwindSafe for Pkcs11ServerConfig
impl Send for Pkcs11ServerConfig
impl Sync for Pkcs11ServerConfig
impl Unpin for Pkcs11ServerConfig
impl UnsafeUnpin for Pkcs11ServerConfig
impl UnwindSafe for Pkcs11ServerConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more