pub struct ChatbotConfig {
pub chatbot_directory: Option<String>,
pub bot_info_fqdn: Option<String>,
pub specific_chatbots_lists: Option<String>,
}
Fields§
§chatbot_directory: Option<String>
§bot_info_fqdn: Option<String>
§specific_chatbots_lists: Option<String>
Implementations§
Source§impl ChatbotConfig
impl ChatbotConfig
pub fn new() -> ChatbotConfig
pub fn update_configuration(&mut self, rcs_app: &RcsApplication<'_>)
Auto Trait Implementations§
impl Freeze for ChatbotConfig
impl RefUnwindSafe for ChatbotConfig
impl Send for ChatbotConfig
impl Sync for ChatbotConfig
impl Unpin for ChatbotConfig
impl UnwindSafe for ChatbotConfig
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