pub enum EditType {
FullRow,
}Expand description
Allowed values for GridOptions::edit_type.
Variants§
FullRow
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EditType
impl RefUnwindSafe for EditType
impl Send for EditType
impl Sync for EditType
impl Unpin for EditType
impl UnwindSafe for EditType
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