pub struct VerifiedFiveLeafV2SigningRequestApprovalOwner { /* private fields */ }Expand description
Single-use request reservation produced in the same receipt transaction as the signer policy. It has no raw nonce constructor or getter.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VerifiedFiveLeafV2SigningRequestApprovalOwner
impl RefUnwindSafe for VerifiedFiveLeafV2SigningRequestApprovalOwner
impl Send for VerifiedFiveLeafV2SigningRequestApprovalOwner
impl Sync for VerifiedFiveLeafV2SigningRequestApprovalOwner
impl Unpin for VerifiedFiveLeafV2SigningRequestApprovalOwner
impl UnsafeUnpin for VerifiedFiveLeafV2SigningRequestApprovalOwner
impl UnwindSafe for VerifiedFiveLeafV2SigningRequestApprovalOwner
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