pub struct SolidityGenerator { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for SolidityGenerator
impl RefUnwindSafe for SolidityGenerator
impl Send for SolidityGenerator
impl Sync for SolidityGenerator
impl Unpin for SolidityGenerator
impl UnsafeUnpin for SolidityGenerator
impl UnwindSafe for SolidityGenerator
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