pub struct WebBroadcastChannel { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Drop for WebBroadcastChannel
impl Drop for WebBroadcastChannel
Source§impl SimpReceiver for WebBroadcastChannel
impl SimpReceiver for WebBroadcastChannel
Source§impl SimpSender for WebBroadcastChannel
impl SimpSender for WebBroadcastChannel
impl SimpChannel for WebBroadcastChannel
Auto Trait Implementations§
impl Freeze for WebBroadcastChannel
impl !RefUnwindSafe for WebBroadcastChannel
impl !Send for WebBroadcastChannel
impl !Sync for WebBroadcastChannel
impl Unpin for WebBroadcastChannel
impl !UnwindSafe for WebBroadcastChannel
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