pub enum MultiSortKey {
Ctrl,
}Expand description
Allowed values for GridOptions::multi_sort_key.
Variants§
Ctrl
Trait Implementations§
Source§impl ToJsValue for MultiSortKey
impl ToJsValue for MultiSortKey
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 MultiSortKey
impl RefUnwindSafe for MultiSortKey
impl Send for MultiSortKey
impl Sync for MultiSortKey
impl Unpin for MultiSortKey
impl UnwindSafe for MultiSortKey
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