pub struct EisHandshaker { /* private fields */ }Implementations§
source§impl EisHandshaker
impl EisHandshaker
pub fn new(context: &Context, initial_serial: u32) -> Self
pub fn handle_request( &mut self, request: Request, ) -> Result<Option<EisHandshakeResp>, HandshakeError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EisHandshaker
impl RefUnwindSafe for EisHandshaker
impl Send for EisHandshaker
impl Sync for EisHandshaker
impl Unpin for EisHandshaker
impl UnwindSafe for EisHandshaker
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