pub struct KeepAlive { /* private fields */ }Available on crate feature
server only.Expand description
Configure a interval to send a message for keeping SSE connection alive.
Implementations§
Source§impl KeepAlive
impl KeepAlive
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for KeepAlive
impl RefUnwindSafe for KeepAlive
impl Send for KeepAlive
impl Sync for KeepAlive
impl Unpin for KeepAlive
impl UnwindSafe for KeepAlive
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