pub struct TypingIndicator {
pub label: String,
}Fields§
§label: StringImplementations§
Source§impl TypingIndicator
impl TypingIndicator
pub fn new() -> TypingIndicator
pub fn label(self, label: String) -> TypingIndicator
Trait Implementations§
Source§impl Clone for TypingIndicator
impl Clone for TypingIndicator
Source§fn clone(&self) -> TypingIndicator
fn clone(&self) -> TypingIndicator
Returns a duplicate 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 TypingIndicator
impl Debug for TypingIndicator
Source§impl Default for TypingIndicator
impl Default for TypingIndicator
Source§fn default() -> TypingIndicator
fn default() -> TypingIndicator
Returns the “default value” for a type. Read more
Source§impl Hash for TypingIndicator
impl Hash for TypingIndicator
Source§impl PartialEq for TypingIndicator
impl PartialEq for TypingIndicator
Source§impl Renderable for TypingIndicator
impl Renderable for TypingIndicator
impl Eq for TypingIndicator
impl StructuralPartialEq 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