Struct tlspuffin::claims::TlsTranscript
source · pub struct TlsTranscript(pub [u8; 64], pub i32);
Tuple Fields§
§0: [u8; 64]
§1: i32
Trait Implementations§
source§impl Clone for TlsTranscript
impl Clone for TlsTranscript
source§fn clone(&self) -> TlsTranscript
fn clone(&self) -> TlsTranscript
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for TlsTranscript
impl RefUnwindSafe for TlsTranscript
impl Send for TlsTranscript
impl Sync for TlsTranscript
impl Unpin for TlsTranscript
impl UnwindSafe for TlsTranscript
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
§impl<T> CloneAny for T
impl<T> CloneAny for T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Tail, T> Prepend<T> for Tail
impl<Tail, T> Prepend<T> for Tail
§type PreprendResult = Tail
type PreprendResult = Tail
The Resulting [
TupleList
], of an [Prepend::prepend()
] call,
including the prepended entry.