Skip to main content

TranscriptLabels

Struct TranscriptLabels 

Source
pub struct TranscriptLabels {
Show 35 fields pub x0: &'static str, pub x0tilde: &'static str, pub xinv_id: &'static str, pub xdate: &'static str, pub xbucket: &'static str, pub xblockages: &'static str, pub s: &'static str, pub b: &'static str, pub tinv_id: &'static str, pub tdate: &'static str, pub tbucket: &'static str, pub tblockages: &'static str, pub P: &'static str, pub EncQ0: &'static str, pub EncQ1: &'static str, pub X0: &'static str, pub Xinv_id: &'static str, pub Xdate: &'static str, pub Xbucket: &'static str, pub Xblockages: &'static str, pub TInvId: &'static str, pub TDate: &'static str, pub TBucket: &'static str, pub TBlockages: &'static str, pub D: &'static str, pub EncInvId0: &'static str, pub EncInvId1: &'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§

§x0: &'static str§x0tilde: &'static str§xinv_id: &'static str§xdate: &'static str§xbucket: &'static str§xblockages: &'static str§s: &'static str§b: &'static str§tinv_id: &'static str§tdate: &'static str§tbucket: &'static str§tblockages: &'static str§P: &'static str§EncQ0: &'static str§EncQ1: &'static str§X0: &'static str§Xinv_id: &'static str§Xdate: &'static str§Xbucket: &'static str§Xblockages: &'static str§TInvId: &'static str§TDate: &'static str§TBucket: &'static str§TBlockages: &'static str§D: &'static str§EncInvId0: &'static str§EncInvId1: &'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 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