pub struct AllowAllIssuers;Expand description
Trust registry that accepts any issuer DID — use in tests or single-operator
bootstrap only. In production, supply a StaticTrustedIssuers loaded from
operator configuration.
Trait Implementations§
Source§impl TrustedIssuerRegistry for AllowAllIssuers
impl TrustedIssuerRegistry for AllowAllIssuers
fn is_trusted_for_tier(&self, _issuer_did: &str, _tier: AccessTier) -> bool
Auto Trait Implementations§
impl Freeze for AllowAllIssuers
impl RefUnwindSafe for AllowAllIssuers
impl Send for AllowAllIssuers
impl Sync for AllowAllIssuers
impl Unpin for AllowAllIssuers
impl UnsafeUnpin for AllowAllIssuers
impl UnwindSafe for AllowAllIssuers
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