Struct mini_telnet::TelnetBuilder[][src]

pub struct TelnetBuilder { /* fields omitted */ }

Implementations

Set the telnet server prompt, as many characters as possible.(~ or # is not good. May misjudge).

Login prompt, the common ones are login: and Password: or Username: and Password:.

Set the timeout for TcpStream connect remote addr.

Set the timeout for the operation.

Establish a connection with the remote telnetd.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.