pub struct CallGraphGeneratorInput {
pub source: String,
pub tree: Tree,
pub solidity_lang: Language,
}
Fields§
§source: String
§tree: Tree
§solidity_lang: Language
Trait Implementations§
Source§impl Clone for CallGraphGeneratorInput
impl Clone for CallGraphGeneratorInput
Auto Trait Implementations§
impl Freeze for CallGraphGeneratorInput
impl RefUnwindSafe for CallGraphGeneratorInput
impl Send for CallGraphGeneratorInput
impl Sync for CallGraphGeneratorInput
impl Unpin for CallGraphGeneratorInput
impl UnwindSafe for CallGraphGeneratorInput
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