pub struct AgentEntrypoint {
pub name: String,
pub file: String,
pub line: usize,
}Expand description
Rust source finders used to identify prompts, tools, and entrypoints.
Fields§
§name: String§file: String§line: usizeTrait Implementations§
Source§impl Clone for AgentEntrypoint
impl Clone for AgentEntrypoint
Source§fn clone(&self) -> AgentEntrypoint
fn clone(&self) -> AgentEntrypoint
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 moreAuto Trait Implementations§
impl Freeze for AgentEntrypoint
impl RefUnwindSafe for AgentEntrypoint
impl Send for AgentEntrypoint
impl Sync for AgentEntrypoint
impl Unpin for AgentEntrypoint
impl UnsafeUnpin for AgentEntrypoint
impl UnwindSafe for AgentEntrypoint
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