pub struct TranscriptLabels {Show 35 fields
pub x0: &'static str,
pub x0tilde: &'static str,
pub xinv_id: &'static str,
pub xdate: &'static str,
pub xbucket: &'static str,
pub xblockages: &'static str,
pub s: &'static str,
pub b: &'static str,
pub tinv_id: &'static str,
pub tdate: &'static str,
pub tbucket: &'static str,
pub tblockages: &'static str,
pub P: &'static str,
pub EncQ0: &'static str,
pub EncQ1: &'static str,
pub X0: &'static str,
pub Xinv_id: &'static str,
pub Xdate: &'static str,
pub Xbucket: &'static str,
pub Xblockages: &'static str,
pub TInvId: &'static str,
pub TDate: &'static str,
pub TBucket: &'static str,
pub TBlockages: &'static str,
pub D: &'static str,
pub EncInvId0: &'static str,
pub EncInvId1: &'static str,
pub EncDate0: &'static str,
pub EncDate1: &'static str,
pub EncBucket0: &'static str,
pub EncBucket1: &'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§xinv_id: &'static str§xdate: &'static str§xbucket: &'static str§xblockages: &'static str§s: &'static str§b: &'static str§tinv_id: &'static str§tdate: &'static str§tbucket: &'static str§tblockages: &'static str§P: &'static str§EncQ0: &'static str§EncQ1: &'static str§X0: &'static str§Xinv_id: &'static str§Xdate: &'static str§Xbucket: &'static str§Xblockages: &'static str§TInvId: &'static str§TDate: &'static str§TBucket: &'static str§TBlockages: &'static str§D: &'static str§EncInvId0: &'static str§EncInvId1: &'static str§EncDate0: &'static str§EncDate1: &'static str§EncBucket0: &'static str§EncBucket1: &'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