pub struct Builder { /* private fields */ }
Expand description
A builder for TestConnectionOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn connection(self, input: Connection) -> Self
pub fn connection(self, input: Connection) -> Self
The connection tested.
sourcepub fn set_connection(self, input: Option<Connection>) -> Self
pub fn set_connection(self, input: Option<Connection>) -> Self
The connection tested.
sourcepub fn build(self) -> TestConnectionOutput
pub fn build(self) -> TestConnectionOutput
Consumes the builder and constructs a TestConnectionOutput
.