pub struct FiveLeafV2SignerResponse { /* private fields */ }Expand description
Untrusted detached signer output captured as one opaque value. Authority is
conferred only by verify_five_leaf_v2_signing_response.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FiveLeafV2SignerResponse
impl RefUnwindSafe for FiveLeafV2SignerResponse
impl Send for FiveLeafV2SignerResponse
impl Sync for FiveLeafV2SignerResponse
impl Unpin for FiveLeafV2SignerResponse
impl UnsafeUnpin for FiveLeafV2SignerResponse
impl UnwindSafe for FiveLeafV2SignerResponse
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