Struct fidl_fidl_test_dangerous_method_response_arguments_camel4::DangerousResponseArgumentsMethod45Responder
source · pub struct DangerousResponseArgumentsMethod45Responder { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Drop for DangerousResponseArgumentsMethod45Responder
impl Drop for DangerousResponseArgumentsMethod45Responder
Set the the channel to be shutdown (see DangerousResponseArgumentsControlHandle::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 DangerousResponseArgumentsMethod45Responder
impl Responder for DangerousResponseArgumentsMethod45Responder
§type ControlHandle = DangerousResponseArgumentsControlHandle
type ControlHandle = DangerousResponseArgumentsControlHandle
The control handle for this protocol.
source§fn control_handle(&self) -> &DangerousResponseArgumentsControlHandle
fn control_handle(&self) -> &DangerousResponseArgumentsControlHandle
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