pub struct ERC20Validator;Implementations§
Trait Implementations§
Source§impl Clone for ERC20Validator
impl Clone for ERC20Validator
Source§fn clone(&self) -> ERC20Validator
fn clone(&self) -> ERC20Validator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ERC20Validator
impl Debug for ERC20Validator
Source§impl TokenStandard for ERC20Validator
impl TokenStandard for ERC20Validator
fn validate(&self, code: &str, _language: &str) -> Result<Vec<Finding>>
fn name(&self) -> &str
fn required_functions(&self) -> Vec<FunctionSignature>
fn required_events(&self) -> Vec<EventSignature>
fn optional_functions(&self) -> Vec<FunctionSignature>
Auto Trait Implementations§
impl Freeze for ERC20Validator
impl RefUnwindSafe for ERC20Validator
impl Send for ERC20Validator
impl Sync for ERC20Validator
impl Unpin for ERC20Validator
impl UnsafeUnpin for ERC20Validator
impl UnwindSafe for ERC20Validator
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