pub enum InteractionRequest {
Permission {
request: RequestPermissionRequest,
responder: Sender<RequestPermissionResponse>,
},
}Expand description
Requests from the agent that need a user response.
Variants§
Permission
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InteractionRequest
impl !RefUnwindSafe for InteractionRequest
impl Send for InteractionRequest
impl Sync for InteractionRequest
impl Unpin for InteractionRequest
impl UnsafeUnpin for InteractionRequest
impl !UnwindSafe for InteractionRequest
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