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