pub enum LockPosition {
True,
False,
Left,
Right,
}Expand description
Allowed values for
ColumnDef::lock_position.
Variants§
Trait Implementations§
Source§impl ToJsValue for LockPosition
impl ToJsValue for LockPosition
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 LockPosition
impl RefUnwindSafe for LockPosition
impl Send for LockPosition
impl Sync for LockPosition
impl Unpin for LockPosition
impl UnsafeUnpin for LockPosition
impl UnwindSafe for LockPosition
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