pub struct SolidityFormatter;Expand description
Solidity code formatter.
Implementations§
Auto Trait Implementations§
impl Freeze for SolidityFormatter
impl RefUnwindSafe for SolidityFormatter
impl Send for SolidityFormatter
impl Sync for SolidityFormatter
impl Unpin for SolidityFormatter
impl UnsafeUnpin for SolidityFormatter
impl UnwindSafe for SolidityFormatter
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