pub enum UiTokenType {
Text,
Number,
Symbol1,
Symbol2,
DateTime,
Operator,
Comment,
VariableDefination,
VariableUse,
Month,
}
Variants§
Trait Implementations§
Source§impl Clone for UiTokenType
impl Clone for UiTokenType
Source§fn clone(&self) -> UiTokenType
fn clone(&self) -> UiTokenType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UiTokenType
impl Debug for UiTokenType
Source§impl PartialEq for UiTokenType
impl PartialEq for UiTokenType
Source§impl Serialize for UiTokenType
impl Serialize for UiTokenType
impl StructuralPartialEq for UiTokenType
Auto Trait Implementations§
impl Freeze for UiTokenType
impl RefUnwindSafe for UiTokenType
impl Send for UiTokenType
impl Sync for UiTokenType
impl Unpin for UiTokenType
impl UnwindSafe for UiTokenType
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