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