pub struct Directory1RewindResponder { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for Directory1RewindResponder
impl Debug for Directory1RewindResponder
source§impl Drop for Directory1RewindResponder
impl Drop for Directory1RewindResponder
Set the the channel to be shutdown (see Directory1ControlHandle::shutdown
)
if the responder is dropped without sending a response, so that the client
doesn’t hang. To prevent this behavior, call drop_without_shutdown
.
source§impl Responder for Directory1RewindResponder
impl Responder for Directory1RewindResponder
§type ControlHandle = Directory1ControlHandle
type ControlHandle = Directory1ControlHandle
The control handle for this protocol.
source§fn control_handle(&self) -> &Directory1ControlHandle
fn control_handle(&self) -> &Directory1ControlHandle
Returns the
ControlHandle
for this protocol.source§fn drop_without_shutdown(self)
fn drop_without_shutdown(self)
Drops the responder without setting the channel to shutdown. Read more