pub struct Handshake {
pub limit_byte_nanos: i32,
pub limit_idle_millis: i32,
pub bytes_sent: usize,
}Expand description
Process the standard sbd handshake from the client side.
Fields§
§limit_byte_nanos: i32limit_byte_nanos.
limit_idle_millis: i32limit_idle_millis.
bytes_sent: usizebytes sent.
Implementations§
Auto Trait Implementations§
impl Freeze for Handshake
impl RefUnwindSafe for Handshake
impl Send for Handshake
impl Sync for Handshake
impl Unpin for Handshake
impl UnwindSafe for Handshake
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