pub struct TranscriptLabels {Show 32 fields
pub bucket: &'static str,
pub since: &'static str,
pub zbucket: &'static str,
pub zsince: &'static str,
pub negzQ_lox: &'static str,
pub tobucket: &'static str,
pub zfrombucket: &'static str,
pub ztobucket: &'static str,
pub negzQ_mig: &'static str,
pub d: &'static str,
pub eid_client: &'static str,
pub ebucket: &'static str,
pub id_client: &'static str,
pub P_lox: &'static str,
pub CBucket: &'static str,
pub CSince: &'static str,
pub V_lox: &'static str,
pub Xbucket: &'static str,
pub Xsince: &'static str,
pub P_mig: &'static str,
pub CFromBucket: &'static str,
pub CToBucket: &'static str,
pub V_mig: &'static str,
pub Xfrombucket: &'static str,
pub Xtobucket: &'static str,
pub D: &'static str,
pub EncIdClient0: &'static str,
pub EncIdClient1: &'static str,
pub EncBucket0: &'static str,
pub EncBucket1: &'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_lox: &'static str§tobucket: &'static str§zfrombucket: &'static str§ztobucket: &'static str§negzQ_mig: &'static str§d: &'static str§eid_client: &'static str§ebucket: &'static str§id_client: &'static str§P_lox: &'static str§CBucket: &'static str§CSince: &'static str§V_lox: &'static str§Xbucket: &'static str§Xsince: &'static str§P_mig: &'static str§CFromBucket: &'static str§CToBucket: &'static str§V_mig: &'static str§Xfrombucket: &'static str§Xtobucket: &'static str§D: &'static str§EncIdClient0: &'static str§EncIdClient1: &'static str§EncBucket0: &'static str§EncBucket1: &'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