Skip to main content

TranscriptLabels

Struct TranscriptLabels 

Source
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 str

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V