pub struct AgentInputBuilder { /* private fields */ }Expand description
AgentInput 构建器。
Implementations§
Auto Trait Implementations§
impl Freeze for AgentInputBuilder
impl RefUnwindSafe for AgentInputBuilder
impl Send for AgentInputBuilder
impl Sync for AgentInputBuilder
impl Unpin for AgentInputBuilder
impl UnsafeUnpin for AgentInputBuilder
impl UnwindSafe for AgentInputBuilder
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