pub enum ScriptSortType {
Number,
String,
}Expand description
The value type a _script sort emits (type).
Variants§
Trait Implementations§
Source§impl Clone for ScriptSortType
impl Clone for ScriptSortType
Source§fn clone(&self) -> ScriptSortType
fn clone(&self) -> ScriptSortType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ScriptSortType
Auto Trait Implementations§
impl Freeze for ScriptSortType
impl RefUnwindSafe for ScriptSortType
impl Send for ScriptSortType
impl Sync for ScriptSortType
impl Unpin for ScriptSortType
impl UnsafeUnpin for ScriptSortType
impl UnwindSafe for ScriptSortType
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