pub struct ChatService;Expand description
Built-in text service for chat messaging on the Ext lane.
Implementations§
Source§impl ChatService
impl ChatService
pub fn new() -> ChatService
Trait Implementations§
Source§impl Default for ChatService
impl Default for ChatService
Source§fn default() -> ChatService
fn default() -> ChatService
Returns the “default value” for a type. Read more
Source§impl TextService for ChatService
impl TextService for ChatService
Auto Trait Implementations§
impl Freeze for ChatService
impl RefUnwindSafe for ChatService
impl Send for ChatService
impl Sync for ChatService
impl Unpin for ChatService
impl UnwindSafe for ChatService
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