pub struct Prompt<M: PromptMode<U>, U: Ui>(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl<M, U> Freeze for Prompt<M, U>where
M: Freeze,
impl<M, U> RefUnwindSafe for Prompt<M, U>where
M: RefUnwindSafe,
U: RefUnwindSafe,
impl<M, U> Send for Prompt<M, U>
impl<M, U> Sync for Prompt<M, U>where
M: Sync,
impl<M, U> Unpin for Prompt<M, U>
impl<M, U> UnwindSafe for Prompt<M, U>where
M: UnwindSafe,
U: UnwindSafe,
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