pub enum RowModelType {
Infinite,
Viewport,
ClientSide,
ServerSide,
}
Expand description
Allowed values for GridOptions::row_model_type
.
Variants§
Trait Implementations§
Source§impl ToJsValue for RowModelType
impl ToJsValue for RowModelType
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 RowModelType
impl RefUnwindSafe for RowModelType
impl Send for RowModelType
impl Sync for RowModelType
impl Unpin for RowModelType
impl UnwindSafe for RowModelType
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