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