pub struct TranscriptLabels {Show 32 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 einv_id_client: &'static str,
pub edate: &'static str,
pub ebucket: &'static str,
pub eblockages: &'static str,
pub inv_id_client: &'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 EncInvIdClient0: &'static str,
pub EncInvIdClient1: &'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§
§date: &'static str§bucket: &'static str§blockages: &'static str§zdate: &'static str§zbucket: &'static str§zblockages: &'static str§negzQ: &'static str§d: &'static str§einv_id_client: &'static str§edate: &'static str§ebucket: &'static str§eblockages: &'static str§inv_id_client: &'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§EncInvIdClient0: &'static str§EncInvIdClient1: &'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