pub struct typingIndicator;
Trait Implementations§
Source§impl Field for typingIndicator
impl Field for typingIndicator
Source§impl HasArgument<input> for typingIndicator
impl HasArgument<input> for typingIndicator
Source§type ArgumentType = Option<SingleTypingIndicatorInput>
type ArgumentType = Option<SingleTypingIndicatorInput>
The schema marker type of this argument.
Source§impl HasField<typingIndicator> for Query
impl HasField<typingIndicator> for Query
Source§type Type = Option<SingleTypingIndicatorOutput>
type Type = Option<SingleTypingIndicatorOutput>
The schema marker type of this field.
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