Enum solang_parser::pt::FunctionTy
source · pub enum FunctionTy {
Constructor,
Function,
Fallback,
Receive,
Modifier,
}
Expand description
A function’s type.
Variants§
Implementations§
Trait Implementations§
source§impl Clone for FunctionTy
impl Clone for FunctionTy
source§fn clone(&self) -> FunctionTy
fn clone(&self) -> FunctionTy
Returns a copy 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 FunctionTy
impl Debug for FunctionTy
source§impl Display for FunctionTy
impl Display for FunctionTy
source§impl PartialEq for FunctionTy
impl PartialEq for FunctionTy
source§fn eq(&self, other: &FunctionTy) -> bool
fn eq(&self, other: &FunctionTy) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FunctionTy
impl Eq for FunctionTy
impl StructuralEq for FunctionTy
impl StructuralPartialEq for FunctionTy
Auto Trait Implementations§
impl RefUnwindSafe for FunctionTy
impl Send for FunctionTy
impl Sync for FunctionTy
impl Unpin for FunctionTy
impl UnwindSafe for FunctionTy
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