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