pub struct HelloExpected { /* private fields */ }Expand description
The hello request is expected.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HelloExpected
impl RefUnwindSafe for HelloExpected
impl Send for HelloExpected
impl Sync for HelloExpected
impl Unpin for HelloExpected
impl UnsafeUnpin for HelloExpected
impl UnwindSafe for HelloExpected
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