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