pub struct CollectOpts {
pub probe_relays: bool,
}Fields§
§probe_relays: boolProbe each distinct relay’s /healthz (one blocking GET per relay,
2s timeout). Off by default: dash is a local pane; network is opt-in.
Trait Implementations§
Source§impl Clone for CollectOpts
impl Clone for CollectOpts
Source§fn clone(&self) -> CollectOpts
fn clone(&self) -> CollectOpts
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 moreSource§impl Debug for CollectOpts
impl Debug for CollectOpts
Source§impl Default for CollectOpts
impl Default for CollectOpts
Source§fn default() -> CollectOpts
fn default() -> CollectOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CollectOpts
impl RefUnwindSafe for CollectOpts
impl Send for CollectOpts
impl Sync for CollectOpts
impl Unpin for CollectOpts
impl UnsafeUnpin for CollectOpts
impl UnwindSafe for CollectOpts
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