Struct soup3_sys::SoupWebsocketConnection
source · #[repr(C)]pub struct SoupWebsocketConnection { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SoupWebsocketConnection
impl RefUnwindSafe for SoupWebsocketConnection
impl !Send for SoupWebsocketConnection
impl !Sync for SoupWebsocketConnection
impl !Unpin for SoupWebsocketConnection
impl UnwindSafe for SoupWebsocketConnection
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