pub struct TypingIndicator { /* private fields */ }Implementations§
Source§impl TypingIndicator
impl TypingIndicator
pub fn new() -> TypingIndicator
pub fn label(self, label: String) -> TypingIndicator
Trait Implementations§
Source§impl Renderable for TypingIndicator
impl Renderable for TypingIndicator
Auto Trait Implementations§
impl Freeze for TypingIndicator
impl RefUnwindSafe for TypingIndicator
impl Send for TypingIndicator
impl Sync for TypingIndicator
impl Unpin for TypingIndicator
impl UnwindSafe for TypingIndicator
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