pub struct enableCache;
Trait Implementations§
Source§impl Field for enableCache
impl Field for enableCache
impl HasInputField<enableCache, Option<bool>> for MultiDialogueMatchPreferenceInput
Auto Trait Implementations§
impl Freeze for enableCache
impl RefUnwindSafe for enableCache
impl Send for enableCache
impl Sync for enableCache
impl Unpin for enableCache
impl UnwindSafe for enableCache
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