Struct rust_rcs_client::chat_bot::chatbot_config::ChatbotConfig
source · 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 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