pub struct WebLifecycle { /* private fields */ }Expand description
Browser page and network lifecycle listeners for a managed socket.
Keep this value alive while the socket is active. Dropping it removes all installed event listeners.
Implementations§
Trait Implementations§
Source§impl Drop for WebLifecycle
impl Drop for WebLifecycle
Auto Trait Implementations§
impl Freeze for WebLifecycle
impl !RefUnwindSafe for WebLifecycle
impl !Send for WebLifecycle
impl !Sync for WebLifecycle
impl Unpin for WebLifecycle
impl UnsafeUnpin for WebLifecycle
impl !UnwindSafe for WebLifecycle
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