pub struct ApproverB { /* private fields */ }Expand description
Second 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.
Implementations§
Auto Trait Implementations§
impl Freeze for ApproverB
impl RefUnwindSafe for ApproverB
impl Send for ApproverB
impl Sync for ApproverB
impl Unpin for ApproverB
impl UnsafeUnpin for ApproverB
impl UnwindSafe for ApproverB
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