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