pub struct ControlRegistry { /* private fields */ }Expand description
Registry for dynamically collecting controls from multiple sources.
Built-in controls are pre-registered. Platform-specific verifiers can register additional controls (e.g. “jira-linkage”).
Implementations§
Source§impl ControlRegistry
impl ControlRegistry
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ControlRegistry
impl !RefUnwindSafe for ControlRegistry
impl Send for ControlRegistry
impl Sync for ControlRegistry
impl Unpin for ControlRegistry
impl UnsafeUnpin for ControlRegistry
impl !UnwindSafe for ControlRegistry
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