pub enum YulLanguage {}
Trait Implementations§
Source§impl Clone for YulLanguage
impl Clone for YulLanguage
Source§fn clone(&self) -> YulLanguage
fn clone(&self) -> YulLanguage
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 YulLanguage
impl Debug for YulLanguage
Source§impl Hash for YulLanguage
impl Hash for YulLanguage
Source§impl Language for YulLanguage
impl Language for YulLanguage
type Kind = SyntaxKind
fn kind_from_raw(raw: SyntaxKind) -> Self::Kind
fn kind_to_raw(kind: Self::Kind) -> SyntaxKind
Source§impl Ord for YulLanguage
impl Ord for YulLanguage
Source§fn cmp(&self, other: &YulLanguage) -> Ordering
fn cmp(&self, other: &YulLanguage) -> 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 YulLanguage
impl PartialEq for YulLanguage
Source§impl PartialOrd for YulLanguage
impl PartialOrd for YulLanguage
impl Copy for YulLanguage
impl Eq for YulLanguage
impl StructuralPartialEq for YulLanguage
Auto Trait Implementations§
impl Freeze for YulLanguage
impl RefUnwindSafe for YulLanguage
impl Send for YulLanguage
impl Sync for YulLanguage
impl Unpin for YulLanguage
impl UnwindSafe for YulLanguage
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