pub struct TranscriptLabels {Show 23 fields
pub x0: &'static str,
pub x0tilde: &'static str,
pub xid: &'static str,
pub xbucket: &'static str,
pub xsince: &'static str,
pub s: &'static str,
pub b: &'static str,
pub tid: &'static str,
pub P: &'static str,
pub EncQ0: &'static str,
pub EncQ1: &'static str,
pub X0: &'static str,
pub Xid: &'static str,
pub Xbucket: &'static str,
pub Xsince: &'static str,
pub Pbucket: &'static str,
pub Psince: &'static str,
pub TId: &'static str,
pub D: &'static str,
pub EncId0: &'static str,
pub EncId1: &'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§xid: &'static str§xbucket: &'static str§xsince: &'static str§s: &'static str§b: &'static str§tid: &'static str§P: &'static str§EncQ0: &'static str§EncQ1: &'static str§X0: &'static str§Xid: &'static str§Xbucket: &'static str§Xsince: &'static str§Pbucket: &'static str§Psince: &'static str§TId: &'static str§D: &'static str§EncId0: &'static str§EncId1: &'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