pub struct SingleTypingIndicatorOutput;
Trait Implementations§
Source§impl HasField<result> for SingleTypingIndicatorOutput
impl HasField<result> for SingleTypingIndicatorOutput
Source§type Type = Option<TypingIndicator>
type Type = Option<TypingIndicator>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for SingleTypingIndicatorOutput
impl RefUnwindSafe for SingleTypingIndicatorOutput
impl Send for SingleTypingIndicatorOutput
impl Sync for SingleTypingIndicatorOutput
impl Unpin for SingleTypingIndicatorOutput
impl UnwindSafe for SingleTypingIndicatorOutput
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