pub enum PopupPosition {
Over,
Under,
}Expand description
Allowed values for
ColumnDef::cell_editor_popup_position.
Variants§
Trait Implementations§
Source§impl ToJsValue for PopupPosition
impl ToJsValue for PopupPosition
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 PopupPosition
impl RefUnwindSafe for PopupPosition
impl Send for PopupPosition
impl Sync for PopupPosition
impl Unpin for PopupPosition
impl UnsafeUnpin for PopupPosition
impl UnwindSafe for PopupPosition
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