Skip to main content

TranscriptLabels

Struct TranscriptLabels 

Source
pub struct TranscriptLabels {
Show 58 fields pub bucket: &'static str, pub level: &'static str, pub since: &'static str, pub invremain: &'static str, pub blockages: &'static str, pub zbucket: &'static str, pub zlevel: &'static str, pub zsince: &'static str, pub zinvremain: &'static str, pub zblockages: &'static str, pub negzQ: &'static str, pub zbucket_reach: &'static str, pub negzQ_reach: &'static str, pub d: &'static str, pub eid_client: &'static str, pub ebucket: &'static str, pub elevel: &'static str, pub esince: &'static str, pub einvremain: &'static str, pub eblockages: &'static str, pub id_client: &'static str, pub inv_id_client: &'static str, pub einv_id_client: &'static str, pub invremain_inverse: &'static str, pub zinvremain_inverse: &'static str, pub P: &'static str, pub CBucket: &'static str, pub CLevel: &'static str, pub CSince: &'static str, pub CInvRemain: &'static str, pub CBlockages: &'static str, pub V: &'static str, pub Xbucket: &'static str, pub Xlevel: &'static str, pub Xsince: &'static str, pub Xinvremain: &'static str, pub Xblockages: &'static str, pub P_reach: &'static str, pub CBucket_reach: &'static str, pub V_reach: &'static str, pub Xbucket_reach: &'static str, pub D: &'static str, pub EncIdClient0: &'static str, pub EncIdClient1: &'static str, pub EncBucket0: &'static str, pub EncBucket1: &'static str, pub EncLevel0: &'static str, pub EncLevel1: &'static str, pub EncSince0: &'static str, pub EncSince1: &'static str, pub EncInvRemain0: &'static str, pub EncInvRemain1_plus_B: &'static str, pub EncBlockages0: &'static str, pub EncBlockages1: &'static str, pub EncInvIdClient0: &'static str, pub EncInvIdClient1: &'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§level: &'static str§since: &'static str§invremain: &'static str§blockages: &'static str§zbucket: &'static str§zlevel: &'static str§zsince: &'static str§zinvremain: &'static str§zblockages: &'static str§negzQ: &'static str§zbucket_reach: &'static str§negzQ_reach: &'static str§d: &'static str§eid_client: &'static str§ebucket: &'static str§elevel: &'static str§esince: &'static str§einvremain: &'static str§eblockages: &'static str§id_client: &'static str§inv_id_client: &'static str§einv_id_client: &'static str§invremain_inverse: &'static str§zinvremain_inverse: &'static str§P: &'static str§CBucket: &'static str§CLevel: &'static str§CSince: &'static str§CInvRemain: &'static str§CBlockages: &'static str§V: &'static str§Xbucket: &'static str§Xlevel: &'static str§Xsince: &'static str§Xinvremain: &'static str§Xblockages: &'static str§P_reach: &'static str§CBucket_reach: &'static str§V_reach: &'static str§Xbucket_reach: &'static str§D: &'static str§EncIdClient0: &'static str§EncIdClient1: &'static str§EncBucket0: &'static str§EncBucket1: &'static str§EncLevel0: &'static str§EncLevel1: &'static str§EncSince0: &'static str§EncSince1: &'static str§EncInvRemain0: &'static str§EncInvRemain1_plus_B: &'static str§EncBlockages0: &'static str§EncBlockages1: &'static str§EncInvIdClient0: &'static str§EncInvIdClient1: &'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