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