pub struct AgentNotSet;Expand description
Type-state representing an empty agent field in ChatbotBuilder
Auto Trait Implementations§
impl Freeze for AgentNotSet
impl RefUnwindSafe for AgentNotSet
impl Send for AgentNotSet
impl Sync for AgentNotSet
impl Unpin for AgentNotSet
impl UnwindSafe for AgentNotSet
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