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