Struct rustls::server::server_conn::Accepting
source · struct Accepting;
Trait Implementations§
source§impl State<ServerConnectionData> for Accepting
impl State<ServerConnectionData> for Accepting
fn handle( self: Box<Self>, _cx: &mut Context<'_, ServerConnectionData>, _m: Message, ) -> Result<Box<dyn State<ServerConnectionData>>, Error>
fn export_keying_material( &self, _output: &mut [u8], _label: &[u8], _context: Option<&[u8]>, ) -> Result<(), Error>
fn handle_decrypt_error(&self)
Auto Trait Implementations§
impl Freeze for Accepting
impl RefUnwindSafe for Accepting
impl Send for Accepting
impl Sync for Accepting
impl Unpin for Accepting
impl UnwindSafe for Accepting
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