Struct tlspuffin::tls::rustls::tls13::key_schedule::PayloadU8Len
source · pub struct PayloadU8Len(pub usize);
Tuple Fields§
§0: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PayloadU8Len
impl RefUnwindSafe for PayloadU8Len
impl Send for PayloadU8Len
impl Sync for PayloadU8Len
impl Unpin for PayloadU8Len
impl UnwindSafe for PayloadU8Len
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<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.