pub enum EnglishKeyword {
Show 95 variants
A {},
Additional {},
Already {},
After {},
Among {},
An {},
And {},
AndOr {},
Another {},
Any {},
ApostropheS {},
Are {},
As {},
AsLongAs {},
AsThough {},
At {},
Back {},
Be {},
Become {},
Beginning {},
Bottom {},
By {},
Can {},
Cant {},
Cause {},
Chosen {},
Control {},
Copy {},
Divided {},
During {},
Do {},
Dont {},
Equal {},
Everyting {},
Except {},
First {},
For {},
From {},
Have {},
Into {},
If {},
IfAble {},
In {},
InAdditionTo {},
Instead {},
Is {},
Isnt {},
It {},
Its {},
Kind {},
Less {},
May {},
Must {},
More {},
Named {},
Next {},
New {},
No {},
Not {},
Of {},
On {},
Once {},
Only {},
Onto {},
Or {},
Other {},
Otherwise {},
RatherThan {},
Random {},
Same {},
Second {},
Than {},
That {},
The {},
TheRest {},
Them {},
Then {},
Their {},
There {},
They {},
This {},
ThisWay {},
Those {},
To {},
Top {},
Twice {},
Types {},
Unless {},
Until {},
When {},
Whenever {},
Where {},
With {},
Without {},
Would {},
}Variants§
A
Additional
Already
After
Among
An
And
AndOr
Another
Any
ApostropheS
Are
As
AsLongAs
AsThough
At
Back
Be
Become
Beginning
Bottom
By
Can
Cant
Cause
Chosen
Control
Copy
Divided
During
Do
Dont
Equal
Everyting
Except
First
For
From
Have
Into
If
IfAble
In
InAdditionTo
Instead
Is
Isnt
It
Its
Kind
Less
May
Must
More
Named
Next
New
No
Not
Of
On
Once
Only
Onto
Or
Other
Otherwise
RatherThan
Random
Same
Second
Than
That
The
TheRest
Them
Then
Their
There
They
This
ThisWay
Those
To
Top
Twice
Types
Unless
Until
When
Whenever
Where
With
Without
Would
Implementations§
Source§impl EnglishKeyword
impl EnglishKeyword
pub fn try_from_span(span: &Span<'_>) -> Option<Self>
Trait Implementations§
Source§impl Clone for EnglishKeyword
impl Clone for EnglishKeyword
Source§fn clone(&self) -> EnglishKeyword
fn clone(&self) -> EnglishKeyword
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 EnglishKeyword
impl Debug for EnglishKeyword
Source§impl<'de> Deserialize<'de> for EnglishKeyword
impl<'de> Deserialize<'de> for EnglishKeyword
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for EnglishKeyword
impl Hash for EnglishKeyword
Source§impl Idris for EnglishKeyword
impl Idris for EnglishKeyword
Source§impl Ord for EnglishKeyword
impl Ord for EnglishKeyword
Source§fn cmp(&self, other: &EnglishKeyword) -> Ordering
fn cmp(&self, other: &EnglishKeyword) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EnglishKeyword
impl PartialEq for EnglishKeyword
Source§impl PartialOrd for EnglishKeyword
impl PartialOrd for EnglishKeyword
Source§impl Serialize for EnglishKeyword
impl Serialize for EnglishKeyword
impl Copy for EnglishKeyword
impl Eq for EnglishKeyword
impl StructuralPartialEq for EnglishKeyword
Auto Trait Implementations§
impl Freeze for EnglishKeyword
impl RefUnwindSafe for EnglishKeyword
impl Send for EnglishKeyword
impl Sync for EnglishKeyword
impl Unpin for EnglishKeyword
impl UnwindSafe for EnglishKeyword
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