Struct syn_solidity::Modifier
source · pub struct Modifier {
pub name: SolPath,
pub paren_token: Option<Paren>,
pub arguments: Punctuated<TokenStream, Comma>,
}
Expand description
A modifier invocation, or an inheritance specifier.
Fields§
§name: SolPath
§paren_token: Option<Paren>
§arguments: Punctuated<TokenStream, Comma>
Implementations§
Trait Implementations§
source§impl PartialEq<Modifier> for Modifier
impl PartialEq<Modifier> for Modifier
impl Eq for Modifier
Auto Trait Implementations§
impl RefUnwindSafe for Modifier
impl !Send for Modifier
impl !Sync for Modifier
impl Unpin for Modifier
impl UnwindSafe for Modifier
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