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