pub struct HeartbeatReceiverConfig {
pub timeout_ms: u64,
}Fields§
§timeout_ms: u64How long to wait without receiving a request before triggering the timeout handler.
Trait Implementations§
Source§impl Clone for HeartbeatReceiverConfig
impl Clone for HeartbeatReceiverConfig
Source§fn clone(&self) -> HeartbeatReceiverConfig
fn clone(&self) -> HeartbeatReceiverConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for HeartbeatReceiverConfig
impl RefUnwindSafe for HeartbeatReceiverConfig
impl Send for HeartbeatReceiverConfig
impl Sync for HeartbeatReceiverConfig
impl Unpin for HeartbeatReceiverConfig
impl UnsafeUnpin for HeartbeatReceiverConfig
impl UnwindSafe for HeartbeatReceiverConfig
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