Struct rustls::internal::msgs::handshake::Random [−][src]
pub struct Random(_);Implementations
Trait Implementations
Decode yourself by fiddling with the Reader.
Return Some if it worked, None if not. Read more
Convenience function to get the results of encode().
Auto Trait Implementations
impl RefUnwindSafe for Random
impl UnwindSafe for Random
Blanket Implementations
Mutably borrows from an owned value. Read more