Struct sov_sequencer::utils::SimpleClient
source · pub struct SimpleClient { /* private fields */ }
Expand description
A simple client for the sequencer RPC.
Implementations§
source§impl SimpleClient
impl SimpleClient
Auto Trait Implementations§
impl !RefUnwindSafe for SimpleClient
impl Send for SimpleClient
impl Sync for SimpleClient
impl Unpin for SimpleClient
impl !UnwindSafe for SimpleClient
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