Struct thrussh::Limits [] [src]

pub struct Limits { /* fields omitted */ }

The number of bytes read/written, and the number of seconds before a key re-exchange is requested.

Methods

impl Limits
[src]

[src]

Create a new Limits, checking that the given bounds cannot lead to nonce reuse.

Trait Implementations

impl Debug for Limits
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Limits
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Limits
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Limits

impl Sync for Limits