Skip to main content

TranscriptLabels

Struct TranscriptLabels 

Source
pub struct TranscriptLabels {
Show 72 fields pub bucket: &'static str, pub since: &'static str, pub zbucket: &'static str, pub zsince: &'static str, pub negzQ: &'static str, pub d: &'static str, pub ebucket: &'static str, pub g0: &'static str, pub g1: &'static str, pub g2: &'static str, pub g3: &'static str, pub g4: &'static str, pub g5: &'static str, pub g6: &'static str, pub g7: &'static str, pub g8: &'static str, pub zg0: &'static str, pub zg1: &'static str, pub zg2: &'static str, pub zg3: &'static str, pub zg4: &'static str, pub zg5: &'static str, pub zg6: &'static str, pub zg7: &'static str, pub zg8: &'static str, pub wg0: &'static str, pub wg1: &'static str, pub wg2: &'static str, pub wg3: &'static str, pub wg4: &'static str, pub wg5: &'static str, pub wg6: &'static str, pub wg7: &'static str, pub wg8: &'static str, pub yg0: &'static str, pub yg1: &'static str, pub yg2: &'static str, pub yg3: &'static str, pub yg4: &'static str, pub yg5: &'static str, pub yg6: &'static str, pub yg7: &'static str, pub yg8: &'static str, pub P: &'static str, pub CBucket: &'static str, pub CSince: &'static str, pub V: &'static str, pub Xbucket: &'static str, pub Xsince: &'static str, pub D: &'static str, pub EncBucket0: &'static str, pub EncBucket1: &'static str, pub CG0: &'static str, pub CG1: &'static str, pub CG2: &'static str, pub CG3: &'static str, pub CG4: &'static str, pub CG5: &'static str, pub CG6: &'static str, pub CG7: &'static str, pub CG8: &'static str, pub CG0sq: &'static str, pub CG1sq: &'static str, pub CG2sq: &'static str, pub CG3sq: &'static str, pub CG4sq: &'static str, pub CG5sq: &'static str, pub CG6sq: &'static str, pub CG7sq: &'static str, pub CG8sq: &'static str, pub A: &'static str, pub B: &'static str,
}
Expand description

A container type that holds transcript labels for secret variables.

Fields§

§bucket: &'static str§since: &'static str§zbucket: &'static str§zsince: &'static str§negzQ: &'static str§d: &'static str§ebucket: &'static str§g0: &'static str§g1: &'static str§g2: &'static str§g3: &'static str§g4: &'static str§g5: &'static str§g6: &'static str§g7: &'static str§g8: &'static str§zg0: &'static str§zg1: &'static str§zg2: &'static str§zg3: &'static str§zg4: &'static str§zg5: &'static str§zg6: &'static str§zg7: &'static str§zg8: &'static str§wg0: &'static str§wg1: &'static str§wg2: &'static str§wg3: &'static str§wg4: &'static str§wg5: &'static str§wg6: &'static str§wg7: &'static str§wg8: &'static str§yg0: &'static str§yg1: &'static str§yg2: &'static str§yg3: &'static str§yg4: &'static str§yg5: &'static str§yg6: &'static str§yg7: &'static str§yg8: &'static str§P: &'static str§CBucket: &'static str§CSince: &'static str§V: &'static str§Xbucket: &'static str§Xsince: &'static str§D: &'static str§EncBucket0: &'static str§EncBucket1: &'static str§CG0: &'static str§CG1: &'static str§CG2: &'static str§CG3: &'static str§CG4: &'static str§CG5: &'static str§CG6: &'static str§CG7: &'static str§CG8: &'static str§CG0sq: &'static str§CG1sq: &'static str§CG2sq: &'static str§CG3sq: &'static str§CG4sq: &'static str§CG5sq: &'static str§CG6sq: &'static str§CG7sq: &'static str§CG8sq: &'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