pub struct TranscriptLabels {Show 47 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 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 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 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§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§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§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