pub struct ChatbaseAgentConfig {
pub name: String,
}Fields§
§name: StringTrait Implementations§
Source§impl CatalogService for ChatbaseAgentConfig
impl CatalogService for ChatbaseAgentConfig
Source§impl Debug for ChatbaseAgentConfig
impl Debug for ChatbaseAgentConfig
Auto Trait Implementations§
impl Freeze for ChatbaseAgentConfig
impl RefUnwindSafe for ChatbaseAgentConfig
impl Send for ChatbaseAgentConfig
impl Sync for ChatbaseAgentConfig
impl Unpin for ChatbaseAgentConfig
impl UnsafeUnpin for ChatbaseAgentConfig
impl UnwindSafe for ChatbaseAgentConfig
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