pub struct RpcReqConfigHeartbeat {
pub enable: bool,
pub duration: i32,
}
Fields§
§enable: bool
§duration: i32
In seconds. Min of 10.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RpcReqConfigHeartbeat
impl RefUnwindSafe for RpcReqConfigHeartbeat
impl Send for RpcReqConfigHeartbeat
impl Sync for RpcReqConfigHeartbeat
impl Unpin for RpcReqConfigHeartbeat
impl UnwindSafe for RpcReqConfigHeartbeat
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