pub struct SignalingClient { /* private fields */ }Expand description
Browser-side client for the bundled antenna signaling server.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SignalingClient
impl !RefUnwindSafe for SignalingClient
impl !Send for SignalingClient
impl !Sync for SignalingClient
impl Unpin for SignalingClient
impl UnsafeUnpin for SignalingClient
impl !UnwindSafe for SignalingClient
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