pub struct HxPrompt(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Header for HxPrompt
impl Header for HxPrompt
Source§impl Ord for HxPrompt
impl Ord for HxPrompt
Source§impl PartialOrd for HxPrompt
impl PartialOrd for HxPrompt
impl Eq for HxPrompt
impl StructuralPartialEq for HxPrompt
Auto Trait Implementations§
impl !Freeze for HxPrompt
impl RefUnwindSafe for HxPrompt
impl Send for HxPrompt
impl Sync for HxPrompt
impl Unpin for HxPrompt
impl UnwindSafe for HxPrompt
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