pub struct EIMZOConnection {
pub socket: WebSocket<TlsStream<TcpStream>>,
}Fields§
§socket: WebSocket<TlsStream<TcpStream>>Implementations§
Source§impl EIMZOConnection
impl EIMZOConnection
pub fn send_and_wait(&mut self, message: Message) -> Result<Message>
pub fn set_api_keys(&mut self) -> Result<Message>
Auto Trait Implementations§
impl !Freeze for EIMZOConnection
impl RefUnwindSafe for EIMZOConnection
impl Send for EIMZOConnection
impl Sync for EIMZOConnection
impl Unpin for EIMZOConnection
impl UnwindSafe for EIMZOConnection
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