pub struct TranscriptLabels {Show 72 fields
pub x0: &'static str,
pub x0tilde: &'static str,
pub xid: &'static str,
pub xbucket: &'static str,
pub xlevel: &'static str,
pub xsince: &'static str,
pub xinvremain: &'static str,
pub xblockages: &'static str,
pub s: &'static str,
pub b: &'static str,
pub tid: &'static str,
pub tbucket: &'static str,
pub tlevel: &'static str,
pub tsince: &'static str,
pub tinvremain: &'static str,
pub tblockages: &'static str,
pub x0_inv: &'static str,
pub x0tilde_inv: &'static str,
pub xid_inv: &'static str,
pub xdate_inv: &'static str,
pub xbucket_inv: &'static str,
pub xblockages_inv: &'static str,
pub s_inv: &'static str,
pub b_inv: &'static str,
pub tid_inv: &'static str,
pub tbucket_inv: &'static str,
pub tblockages_inv: &'static str,
pub P: &'static str,
pub EncQ0: &'static str,
pub EncQ1: &'static str,
pub X0: &'static str,
pub Xid: &'static str,
pub Xbucket: &'static str,
pub Xlevel: &'static str,
pub Xsince: &'static str,
pub Xinvremain: &'static str,
pub Xblockages: &'static str,
pub TId: &'static str,
pub TBucket: &'static str,
pub TLevel: &'static str,
pub TSince: &'static str,
pub TInvRemain: &'static str,
pub TBlockages: &'static str,
pub P_inv: &'static str,
pub EncQ_inv0: &'static str,
pub EncQ_inv1: &'static str,
pub X0_inv: &'static str,
pub Xid_inv: &'static str,
pub Xdate_inv: &'static str,
pub Xbucket_inv: &'static str,
pub Xblockages_inv: &'static str,
pub Pdate_inv: &'static str,
pub TId_inv: &'static str,
pub TBucket_inv: &'static str,
pub TBlockages_inv: &'static str,
pub D: &'static str,
pub EncId0: &'static str,
pub EncId1: &'static str,
pub EncBucket0: &'static str,
pub EncBucket1: &'static str,
pub EncLevel0: &'static str,
pub EncLevel1: &'static str,
pub EncSince0: &'static str,
pub EncSince1: &'static str,
pub EncInvRemain0: &'static str,
pub EncInvRemain1: &'static str,
pub EncBlockages0: &'static str,
pub EncBlockages1: &'static str,
pub EncInvId0: &'static str,
pub EncInvId1: &'static str,
pub A: &'static str,
pub B: &'static str,
}Expand description
A container type that holds transcript labels for secret variables.
Fields§
§x0: &'static str§x0tilde: &'static str§xid: &'static str§xbucket: &'static str§xlevel: &'static str§xsince: &'static str§xinvremain: &'static str§xblockages: &'static str§s: &'static str§b: &'static str§tid: &'static str§tbucket: &'static str§tlevel: &'static str§tsince: &'static str§tinvremain: &'static str§tblockages: &'static str§x0_inv: &'static str§x0tilde_inv: &'static str§xid_inv: &'static str§xdate_inv: &'static str§xbucket_inv: &'static str§xblockages_inv: &'static str§s_inv: &'static str§b_inv: &'static str§tid_inv: &'static str§tbucket_inv: &'static str§tblockages_inv: &'static str§P: &'static str§EncQ0: &'static str§EncQ1: &'static str§X0: &'static str§Xid: &'static str§Xbucket: &'static str§Xlevel: &'static str§Xsince: &'static str§Xinvremain: &'static str§Xblockages: &'static str§TId: &'static str§TBucket: &'static str§TLevel: &'static str§TSince: &'static str§TInvRemain: &'static str§TBlockages: &'static str§P_inv: &'static str§EncQ_inv0: &'static str§EncQ_inv1: &'static str§X0_inv: &'static str§Xid_inv: &'static str§Xdate_inv: &'static str§Xbucket_inv: &'static str§Xblockages_inv: &'static str§Pdate_inv: &'static str§TId_inv: &'static str§TBucket_inv: &'static str§TBlockages_inv: &'static str§D: &'static str§EncId0: &'static str§EncId1: &'static str§EncBucket0: &'static str§EncBucket1: &'static str§EncLevel0: &'static str§EncLevel1: &'static str§EncSince0: &'static str§EncSince1: &'static str§EncInvRemain0: &'static str§EncInvRemain1: &'static str§EncBlockages0: &'static str§EncBlockages1: &'static str§EncInvId0: &'static str§EncInvId1: &'static str§A: &'static str§B: &'static strAuto Trait Implementations§
impl Freeze for TranscriptLabels
impl RefUnwindSafe for TranscriptLabels
impl Send for TranscriptLabels
impl Sync for TranscriptLabels
impl Unpin for TranscriptLabels
impl UnsafeUnpin for TranscriptLabels
impl UnwindSafe for TranscriptLabels
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