pub struct ApproverA { /* private fields */ }Expand description
First approval handle for a DualKeyCap.
Send + Sync so it can be passed to another thread or subsystem.
Not Clone — each approver handle is unique to enforce separation
of privilege. Distribute ApproverA and ApproverB to different
principals.
Implementations§
Auto Trait Implementations§
impl Freeze for ApproverA
impl RefUnwindSafe for ApproverA
impl Send for ApproverA
impl Sync for ApproverA
impl Unpin for ApproverA
impl UnsafeUnpin for ApproverA
impl UnwindSafe for ApproverA
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