pub struct SingleTypingIndicatorInput;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SingleTypingIndicatorInput
impl HasInputField<resolverArgs, Option<JSON>> for SingleTypingIndicatorInput
impl HasInputField<selector, Option<SelectorInput>> for SingleTypingIndicatorInput
impl InputObjectMarker for SingleTypingIndicatorInput
Auto Trait Implementations§
impl Freeze for SingleTypingIndicatorInput
impl RefUnwindSafe for SingleTypingIndicatorInput
impl Send for SingleTypingIndicatorInput
impl Sync for SingleTypingIndicatorInput
impl Unpin for SingleTypingIndicatorInput
impl UnwindSafe for SingleTypingIndicatorInput
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