Struct solang_parser::pt::YulTypedIdentifier
source · [−]pub struct YulTypedIdentifier {
pub loc: Loc,
pub id: Identifier,
pub ty: Option<Identifier>,
}Fields
loc: Locid: Identifierty: Option<Identifier>Trait Implementations
sourceimpl Clone for YulTypedIdentifier
impl Clone for YulTypedIdentifier
sourcefn clone(&self) -> YulTypedIdentifier
fn clone(&self) -> YulTypedIdentifier
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 YulTypedIdentifier
impl Debug for YulTypedIdentifier
sourceimpl PartialEq<YulTypedIdentifier> for YulTypedIdentifier
impl PartialEq<YulTypedIdentifier> for YulTypedIdentifier
sourcefn eq(&self, other: &YulTypedIdentifier) -> bool
fn eq(&self, other: &YulTypedIdentifier) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &YulTypedIdentifier) -> bool
fn ne(&self, other: &YulTypedIdentifier) -> bool
This method tests for !=.
impl StructuralPartialEq for YulTypedIdentifier
Auto Trait Implementations
impl RefUnwindSafe for YulTypedIdentifier
impl Send for YulTypedIdentifier
impl Sync for YulTypedIdentifier
impl Unpin for YulTypedIdentifier
impl UnwindSafe for YulTypedIdentifier
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