pub struct StopParams {
pub wait: Option<i64>,
}Expand description
Request a graceful shutdown of Bitcoin Core.
Fields§
§wait: Option<i64>how long to wait in ms
Trait Implementations§
Source§impl Debug for StopParams
impl Debug for StopParams
Auto Trait Implementations§
impl Freeze for StopParams
impl RefUnwindSafe for StopParams
impl Send for StopParams
impl Sync for StopParams
impl Unpin for StopParams
impl UnwindSafe for StopParams
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