pub struct MrvbConfig {
pub mode: MrvbMode,
pub keyset_id: String,
}Expand description
MRVB configuration for signing operations.
Fields§
§mode: MrvbModeCurrent signing mode
keyset_id: StringActive keyset ID (for key rotation tracking)
Trait Implementations§
Source§impl Clone for MrvbConfig
impl Clone for MrvbConfig
Source§fn clone(&self) -> MrvbConfig
fn clone(&self) -> MrvbConfig
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 MrvbConfig
impl Debug for MrvbConfig
Source§impl Default for MrvbConfig
impl Default for MrvbConfig
Source§impl<'de> Deserialize<'de> for MrvbConfig
impl<'de> Deserialize<'de> for MrvbConfig
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 MrvbConfig
impl RefUnwindSafe for MrvbConfig
impl Send for MrvbConfig
impl Sync for MrvbConfig
impl Unpin for MrvbConfig
impl UnsafeUnpin for MrvbConfig
impl UnwindSafe for MrvbConfig
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