pub struct HelloSent { /* private fields */ }Expand description
The hello response has been sent.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HelloSent
impl RefUnwindSafe for HelloSent
impl Send for HelloSent
impl Sync for HelloSent
impl Unpin for HelloSent
impl UnsafeUnpin for HelloSent
impl UnwindSafe for HelloSent
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