pub struct Alchemy { /* private fields */ }
Expand description
A representation of the Alchemy API.
Implementations§
Trait Implementations§
Source§impl Client for Alchemy
impl Client for Alchemy
Auto Trait Implementations§
impl Freeze for Alchemy
impl !RefUnwindSafe for Alchemy
impl Send for Alchemy
impl Sync for Alchemy
impl Unpin for Alchemy
impl !UnwindSafe for Alchemy
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