Struct cfx_stratum::Stratum
source · pub struct Stratum { /* private fields */ }
Expand description
Container which owns rpc server and stratum implementation
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Stratum
impl Send for Stratum
impl Sync for Stratum
impl Unpin for Stratum
impl !UnwindSafe for Stratum
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