Struct WebSocketError
pub struct WebSocketError;
Implementations§
§impl WebSocketError
impl WebSocketError
pub fn GetStatus(hresult: i32) -> Result<WebErrorStatus>
Auto Trait Implementations§
impl Freeze for WebSocketError
impl RefUnwindSafe for WebSocketError
impl Send for WebSocketError
impl Sync for WebSocketError
impl Unpin for WebSocketError
impl UnwindSafe for WebSocketError
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