pub enum PhpKeyword {
Show 46 variants
Abstract,
And,
Array,
As,
Break,
Callable,
Case,
Catch,
Class,
Clone,
Const,
Continue,
Declare,
Default,
Do,
Echo,
Else,
Enum,
Extends,
Final,
Finally,
Fn,
For,
Foreach,
Function,
Global,
If,
Implements,
Interface,
Match,
Namespace,
New,
Or,
Private,
Protected,
Public,
Readonly,
Return,
Static,
Switch,
Throw,
Trait,
Try,
Use,
While,
Yield,
}Variants§
Abstract
And
Array
As
Break
Callable
Case
Catch
Class
Clone
Const
Continue
Declare
Default
Do
Echo
Else
Enum
Extends
Final
Finally
Fn
For
Foreach
Function
Global
If
Implements
Interface
Match
Namespace
New
Or
Private
Protected
Public
Readonly
Return
Static
Switch
Throw
Trait
Try
Use
While
Yield
Implementations§
Trait Implementations§
Source§impl Clone for PhpKeyword
impl Clone for PhpKeyword
Source§fn clone(&self) -> PhpKeyword
fn clone(&self) -> PhpKeyword
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 moreSource§impl Debug for PhpKeyword
impl Debug for PhpKeyword
Source§impl Display for PhpKeyword
impl Display for PhpKeyword
Source§impl FromStr for PhpKeyword
impl FromStr for PhpKeyword
Source§impl Hash for PhpKeyword
impl Hash for PhpKeyword
Source§impl Ord for PhpKeyword
impl Ord for PhpKeyword
Source§fn cmp(&self, other: &PhpKeyword) -> Ordering
fn cmp(&self, other: &PhpKeyword) -> Ordering
1.21.0 (const: unstable) · 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 PhpKeyword
impl PartialEq for PhpKeyword
Source§fn eq(&self, other: &PhpKeyword) -> bool
fn eq(&self, other: &PhpKeyword) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PhpKeyword
impl PartialOrd for PhpKeyword
impl Copy for PhpKeyword
impl Eq for PhpKeyword
impl StructuralPartialEq for PhpKeyword
Auto Trait Implementations§
impl Freeze for PhpKeyword
impl RefUnwindSafe for PhpKeyword
impl Send for PhpKeyword
impl Sync for PhpKeyword
impl Unpin for PhpKeyword
impl UnsafeUnpin for PhpKeyword
impl UnwindSafe for PhpKeyword
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