pub enum TextareaState {
Default,
Negative,
Positive,
}Variants§
Trait Implementations§
Source§impl Clone for TextareaState
impl Clone for TextareaState
Source§fn clone(&self) -> TextareaState
fn clone(&self) -> TextareaState
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 Default for TextareaState
impl Default for TextareaState
Source§impl PartialEq for TextareaState
impl PartialEq for TextareaState
impl StructuralPartialEq for TextareaState
Auto Trait Implementations§
impl Freeze for TextareaState
impl RefUnwindSafe for TextareaState
impl Send for TextareaState
impl Sync for TextareaState
impl Unpin for TextareaState
impl UnwindSafe for TextareaState
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