pub struct HumanGate {
pub id: String,
pub prompt: String,
pub status: String,
}Expand description
Human gate shown in Mission Control.
Fields§
§id: StringGate id.
prompt: StringGate question or action.
status: StringGate status token.
Trait Implementations§
impl Eq for HumanGate
impl StructuralPartialEq for HumanGate
Auto Trait Implementations§
impl Freeze for HumanGate
impl RefUnwindSafe for HumanGate
impl Send for HumanGate
impl Sync for HumanGate
impl Unpin for HumanGate
impl UnsafeUnpin for HumanGate
impl UnwindSafe for HumanGate
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