pub enum Spellcheck {
True,
Default,
False,
}
Expand description
Value for Attr::Spellcheck()
to determine textarea
spell checking
behaviour.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Spellcheck
impl RefUnwindSafe for Spellcheck
impl Send for Spellcheck
impl Sync for Spellcheck
impl Unpin for Spellcheck
impl UnwindSafe for Spellcheck
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