pub struct NodeBuilder { /* private fields */ }Expand description
Node builder for configuring individual nodes with retry and timeout
Implementations§
Source§impl NodeBuilder
impl NodeBuilder
Sourcepub fn retry(self, config: RetryConfig) -> Self
pub fn retry(self, config: RetryConfig) -> Self
Set retry configuration
Sourcepub fn timeout(self, config: TimeoutConfig) -> Self
pub fn timeout(self, config: TimeoutConfig) -> Self
Set timeout configuration
Auto Trait Implementations§
impl Freeze for NodeBuilder
impl RefUnwindSafe for NodeBuilder
impl Send for NodeBuilder
impl Sync for NodeBuilder
impl Unpin for NodeBuilder
impl UnwindSafe for NodeBuilder
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