pub struct TranscriptLabels {Show 53 fields
pub date: &'static str,
pub bucket: &'static str,
pub blockages: &'static str,
pub zdate: &'static str,
pub zbucket: &'static str,
pub zblockages: &'static str,
pub negzQ: &'static str,
pub d: &'static str,
pub eid_client: &'static str,
pub ebucket: &'static str,
pub eblockages: &'static str,
pub id_client: &'static str,
pub g0: &'static str,
pub g1: &'static str,
pub g2: &'static str,
pub g3: &'static str,
pub zg0: &'static str,
pub zg1: &'static str,
pub zg2: &'static str,
pub zg3: &'static str,
pub wg0: &'static str,
pub wg1: &'static str,
pub wg2: &'static str,
pub wg3: &'static str,
pub yg0: &'static str,
pub yg1: &'static str,
pub yg2: &'static str,
pub yg3: &'static str,
pub P: &'static str,
pub CDate: &'static str,
pub CBucket: &'static str,
pub CBlockages: &'static str,
pub V: &'static str,
pub Xdate: &'static str,
pub Xbucket: &'static str,
pub Xblockages: &'static str,
pub D: &'static str,
pub EncIdClient0: &'static str,
pub EncIdClient1: &'static str,
pub EncBucket0: &'static str,
pub EncBucket1: &'static str,
pub EncBlockages0: &'static str,
pub EncBlockages1: &'static str,
pub CG0: &'static str,
pub CG1: &'static str,
pub CG2: &'static str,
pub CG3: &'static str,
pub CG0sq: &'static str,
pub CG1sq: &'static str,
pub CG2sq: &'static str,
pub CG3sq: &'static str,
pub A: &'static str,
pub B: &'static str,
}Expand description
A container type that holds transcript labels for secret variables.
Fields§
§date: &'static str§bucket: &'static str§blockages: &'static str§zdate: &'static str§zbucket: &'static str§zblockages: &'static str§negzQ: &'static str§d: &'static str§eid_client: &'static str§ebucket: &'static str§eblockages: &'static str§id_client: &'static str§g0: &'static str§g1: &'static str§g2: &'static str§g3: &'static str§zg0: &'static str§zg1: &'static str§zg2: &'static str§zg3: &'static str§wg0: &'static str§wg1: &'static str§wg2: &'static str§wg3: &'static str§yg0: &'static str§yg1: &'static str§yg2: &'static str§yg3: &'static str§P: &'static str§CDate: &'static str§CBucket: &'static str§CBlockages: &'static str§V: &'static str§Xdate: &'static str§Xbucket: &'static str§Xblockages: &'static str§D: &'static str§EncIdClient0: &'static str§EncIdClient1: &'static str§EncBucket0: &'static str§EncBucket1: &'static str§EncBlockages0: &'static str§EncBlockages1: &'static str§CG0: &'static str§CG1: &'static str§CG2: &'static str§CG3: &'static str§CG0sq: &'static str§CG1sq: &'static str§CG2sq: &'static str§CG3sq: &'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