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