pub struct ServerLoginFinishResult<CS: CipherSuite> {
pub session_key: Output<<CS::KeyExchange as KeyExchange>::Hash>,
}Expand description
Contains the fields that are returned by a server login finish
Fields§
§session_key: Output<<CS::KeyExchange as KeyExchange>::Hash>The session key between client and server
Trait Implementations§
Source§impl<CS: CipherSuite> Clone for ServerLoginFinishResult<CS>
impl<CS: CipherSuite> Clone for ServerLoginFinishResult<CS>
Auto Trait Implementations§
impl<CS> Freeze for ServerLoginFinishResult<CS>where
<<<<<CS as CipherSuite>::KeyExchange as KeyExchange>::Hash as CoreProxy>::Core as OutputSizeUser>::OutputSize as ArraySize>::ArrayType<u8>: Freeze,
impl<CS> RefUnwindSafe for ServerLoginFinishResult<CS>where
<<<<<CS as CipherSuite>::KeyExchange as KeyExchange>::Hash as CoreProxy>::Core as OutputSizeUser>::OutputSize as ArraySize>::ArrayType<u8>: RefUnwindSafe,
impl<CS> Send for ServerLoginFinishResult<CS>
impl<CS> Sync for ServerLoginFinishResult<CS>
impl<CS> Unpin for ServerLoginFinishResult<CS>where
<<<<<CS as CipherSuite>::KeyExchange as KeyExchange>::Hash as CoreProxy>::Core as OutputSizeUser>::OutputSize as ArraySize>::ArrayType<u8>: Unpin,
impl<CS> UnsafeUnpin for ServerLoginFinishResult<CS>where
<<<<<CS as CipherSuite>::KeyExchange as KeyExchange>::Hash as CoreProxy>::Core as OutputSizeUser>::OutputSize as ArraySize>::ArrayType<u8>: UnsafeUnpin,
impl<CS> UnwindSafe for ServerLoginFinishResult<CS>where
<<<<<CS as CipherSuite>::KeyExchange as KeyExchange>::Hash as CoreProxy>::Core as OutputSizeUser>::OutputSize as ArraySize>::ArrayType<u8>: UnwindSafe,
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