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