pub struct PromptTriggers { /* private fields */ }Expand description
Trigger configuration for automatic prompt activation.
Implementations§
Trait Implementations§
Source§impl Clone for PromptTriggers
impl Clone for PromptTriggers
Source§fn clone(&self) -> PromptTriggers
fn clone(&self) -> PromptTriggers
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PromptTriggers
impl Debug for PromptTriggers
Source§impl Default for PromptTriggers
impl Default for PromptTriggers
Source§fn default() -> PromptTriggers
fn default() -> PromptTriggers
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PromptTriggers
impl RefUnwindSafe for PromptTriggers
impl Send for PromptTriggers
impl Sync for PromptTriggers
impl Unpin for PromptTriggers
impl UnsafeUnpin for PromptTriggers
impl UnwindSafe for PromptTriggers
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