pub struct typingIndicators;
Trait Implementations§
Source§impl Field for typingIndicators
impl Field for typingIndicators
Source§impl HasArgument<input> for typingIndicators
impl HasArgument<input> for typingIndicators
Source§type ArgumentType = Option<MultiTypingIndicatorInput>
type ArgumentType = Option<MultiTypingIndicatorInput>
The schema marker type of this argument.
Source§impl HasField<typingIndicators> for Query
impl HasField<typingIndicators> for Query
Source§type Type = Option<MultiTypingIndicatorOutput>
type Type = Option<MultiTypingIndicatorOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for typingIndicators
impl RefUnwindSafe for typingIndicators
impl Send for typingIndicators
impl Sync for typingIndicators
impl Unpin for typingIndicators
impl UnwindSafe for typingIndicators
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