pub struct VerifiedFiveLeafV2SignerPolicyOwner { /* private fields */ }Expand description
Approved public-key applicability. This checkpoint deliberately provides no production issuer: key approval and custody remain external STOP assets.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VerifiedFiveLeafV2SignerPolicyOwner
impl RefUnwindSafe for VerifiedFiveLeafV2SignerPolicyOwner
impl Send for VerifiedFiveLeafV2SignerPolicyOwner
impl Sync for VerifiedFiveLeafV2SignerPolicyOwner
impl Unpin for VerifiedFiveLeafV2SignerPolicyOwner
impl UnsafeUnpin for VerifiedFiveLeafV2SignerPolicyOwner
impl UnwindSafe for VerifiedFiveLeafV2SignerPolicyOwner
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