pub struct TranscriptLabels {
pub d: &'static str,
pub eid_client: &'static str,
pub id_client: &'static str,
pub D: &'static str,
pub EncIdClient0: &'static str,
pub EncIdClient1: &'static str,
pub B: &'static str,
}Expand description
A container type that holds transcript labels for secret variables.
Fields§
§d: &'static str§eid_client: &'static str§id_client: &'static str§D: &'static str§EncIdClient0: &'static str§EncIdClient1: &'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