pub struct BootupWatcherWaitForBootupResponder { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Drop for BootupWatcherWaitForBootupResponder
Set the the channel to be shutdown (see BootupWatcherControlHandle::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
.
impl Drop for BootupWatcherWaitForBootupResponder
Set the the channel to be shutdown (see BootupWatcherControlHandle::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 BootupWatcherWaitForBootupResponder
impl Responder for BootupWatcherWaitForBootupResponder
Source§type ControlHandle = BootupWatcherControlHandle
type ControlHandle = BootupWatcherControlHandle
The control handle for this protocol.
Source§fn control_handle(&self) -> &BootupWatcherControlHandle
fn control_handle(&self) -> &BootupWatcherControlHandle
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
Auto Trait Implementations§
impl Freeze for BootupWatcherWaitForBootupResponder
impl !RefUnwindSafe for BootupWatcherWaitForBootupResponder
impl Send for BootupWatcherWaitForBootupResponder
impl Sync for BootupWatcherWaitForBootupResponder
impl Unpin for BootupWatcherWaitForBootupResponder
impl !UnwindSafe for BootupWatcherWaitForBootupResponder
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