pub enum RowSelection {
Single,
Multiple,
}Expand description
Allowed values for GridOptions::row_selection.
Variants§
Trait Implementations§
Source§impl ToJsValue for RowSelection
impl ToJsValue for RowSelection
Source§fn to_js_value(&self) -> JsValue
fn to_js_value(&self) -> JsValue
Convert the current type to a
wasm_bindgen::JsValue;Auto Trait Implementations§
impl Freeze for RowSelection
impl RefUnwindSafe for RowSelection
impl Send for RowSelection
impl Sync for RowSelection
impl Unpin for RowSelection
impl UnwindSafe for RowSelection
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