pub enum TextareaResize {
None,
Vertical,
Horizontal,
Both,
}Variants§
Trait Implementations§
Source§impl Clone for TextareaResize
impl Clone for TextareaResize
Source§fn clone(&self) -> TextareaResize
fn clone(&self) -> TextareaResize
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 TextareaResize
impl Debug for TextareaResize
Source§impl PartialEq for TextareaResize
impl PartialEq for TextareaResize
impl Copy for TextareaResize
impl StructuralPartialEq for TextareaResize
Auto Trait Implementations§
impl Freeze for TextareaResize
impl RefUnwindSafe for TextareaResize
impl Send for TextareaResize
impl Sync for TextareaResize
impl Unpin for TextareaResize
impl UnwindSafe for TextareaResize
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