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