Struct solang_parser::pt::YulTypedIdentifier
source · [−]pub struct YulTypedIdentifier {
pub loc: Loc,
pub id: Identifier,
pub ty: Option<Identifier>,
}
Fields
loc: Loc
id: Identifier
ty: 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 moresourceimpl 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
impl Eq for YulTypedIdentifier
impl StructuralEq for YulTypedIdentifier
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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