pub struct Negotiating;Expand description
Authenticated HELLO state awaiting application decisions.
Auto Trait Implementations§
impl Freeze for Negotiating
impl RefUnwindSafe for Negotiating
impl Send for Negotiating
impl Sync for Negotiating
impl Unpin for Negotiating
impl UnsafeUnpin for Negotiating
impl UnwindSafe for Negotiating
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