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