pub struct GlobalChatbot;
Expand description
Global access to the shared chatbot services.
Implementations§
Trait Implementations§
Source§impl Clone for GlobalChatbot
impl Clone for GlobalChatbot
Source§fn clone(&self) -> GlobalChatbot
fn clone(&self) -> GlobalChatbot
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GlobalChatbot
impl Debug for GlobalChatbot
Source§impl Default for GlobalChatbot
impl Default for GlobalChatbot
Source§fn default() -> GlobalChatbot
fn default() -> GlobalChatbot
Returns the “default value” for a type. Read more
impl Copy for GlobalChatbot
Auto Trait Implementations§
impl Freeze for GlobalChatbot
impl RefUnwindSafe for GlobalChatbot
impl Send for GlobalChatbot
impl Sync for GlobalChatbot
impl Unpin for GlobalChatbot
impl UnwindSafe for GlobalChatbot
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