Struct solang_parser::pt::TypeDefinition
source · [−]pub struct TypeDefinition {
pub loc: Loc,
pub name: Identifier,
pub ty: Expression,
}Fields
loc: Locname: Identifierty: ExpressionTrait Implementations
sourceimpl Clone for TypeDefinition
impl Clone for TypeDefinition
sourcefn clone(&self) -> TypeDefinition
fn clone(&self) -> TypeDefinition
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for TypeDefinition
impl Debug for TypeDefinition
sourceimpl PartialEq<TypeDefinition> for TypeDefinition
impl PartialEq<TypeDefinition> for TypeDefinition
sourcefn eq(&self, other: &TypeDefinition) -> bool
fn eq(&self, other: &TypeDefinition) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &TypeDefinition) -> bool
fn ne(&self, other: &TypeDefinition) -> bool
This method tests for !=.
impl StructuralPartialEq for TypeDefinition
Auto Trait Implementations
impl RefUnwindSafe for TypeDefinition
impl Send for TypeDefinition
impl Sync for TypeDefinition
impl Unpin for TypeDefinition
impl UnwindSafe for TypeDefinition
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more