pub struct AgentTerminalRequestId(pub u64);Expand description
One ACP terminal method awaiting a model/service response.
Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl Clone for AgentTerminalRequestId
impl Clone for AgentTerminalRequestId
Source§fn clone(&self) -> AgentTerminalRequestId
fn clone(&self) -> AgentTerminalRequestId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AgentTerminalRequestId
Source§impl Debug for AgentTerminalRequestId
impl Debug for AgentTerminalRequestId
Source§impl Display for AgentTerminalRequestId
impl Display for AgentTerminalRequestId
impl Eq for AgentTerminalRequestId
Source§impl Hash for AgentTerminalRequestId
impl Hash for AgentTerminalRequestId
Source§impl Ord for AgentTerminalRequestId
impl Ord for AgentTerminalRequestId
Source§fn cmp(&self, other: &AgentTerminalRequestId) -> Ordering
fn cmp(&self, other: &AgentTerminalRequestId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AgentTerminalRequestId
impl PartialEq for AgentTerminalRequestId
Source§impl PartialOrd for AgentTerminalRequestId
impl PartialOrd for AgentTerminalRequestId
impl StructuralPartialEq for AgentTerminalRequestId
Auto Trait Implementations§
impl Freeze for AgentTerminalRequestId
impl RefUnwindSafe for AgentTerminalRequestId
impl Send for AgentTerminalRequestId
impl Sync for AgentTerminalRequestId
impl Unpin for AgentTerminalRequestId
impl UnsafeUnpin for AgentTerminalRequestId
impl UnwindSafe for AgentTerminalRequestId
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