[−][src]Enum stratum_types::params::ClientParam
Variants
Authorize(PP::Authorize)Submit(SP::Submit)Subscribe(SP::Subscribe)Unknown(Value)Trait Implementations
impl<PP: Clone, SP: Clone> Clone for ClientParam<PP, SP> where
PP: PoolParams,
SP: StratumParams,
PP::Authorize: Clone,
SP::Submit: Clone,
SP::Subscribe: Clone, [src]
PP: PoolParams,
SP: StratumParams,
PP::Authorize: Clone,
SP::Submit: Clone,
SP::Subscribe: Clone,
fn clone(&self) -> ClientParam<PP, SP>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<PP: Debug, SP: Debug> Debug for ClientParam<PP, SP> where
PP: PoolParams,
SP: StratumParams,
PP::Authorize: Debug,
SP::Submit: Debug,
SP::Subscribe: Debug, [src]
PP: PoolParams,
SP: StratumParams,
PP::Authorize: Debug,
SP::Submit: Debug,
SP::Subscribe: Debug,
impl<'de, PP, SP> Deserialize<'de> for ClientParam<PP, SP> where
PP: PoolParams,
SP: StratumParams,
PP::Authorize: Deserialize<'de>,
SP::Submit: Deserialize<'de>,
SP::Subscribe: Deserialize<'de>, [src]
PP: PoolParams,
SP: StratumParams,
PP::Authorize: Deserialize<'de>,
SP::Submit: Deserialize<'de>,
SP::Subscribe: Deserialize<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl<PP, SP> Serialize for ClientParam<PP, SP> where
PP: PoolParams,
SP: StratumParams,
PP::Authorize: Serialize,
SP::Submit: Serialize,
SP::Subscribe: Serialize, [src]
PP: PoolParams,
SP: StratumParams,
PP::Authorize: Serialize,
SP::Submit: Serialize,
SP::Subscribe: Serialize,
Auto Trait Implementations
impl<PP, SP> RefUnwindSafe for ClientParam<PP, SP> where
<PP as PoolParams>::Authorize: RefUnwindSafe,
<SP as StratumParams>::Submit: RefUnwindSafe,
<SP as StratumParams>::Subscribe: RefUnwindSafe,
<PP as PoolParams>::Authorize: RefUnwindSafe,
<SP as StratumParams>::Submit: RefUnwindSafe,
<SP as StratumParams>::Subscribe: RefUnwindSafe,
impl<PP, SP> Send for ClientParam<PP, SP> where
<PP as PoolParams>::Authorize: Send,
<SP as StratumParams>::Submit: Send,
<SP as StratumParams>::Subscribe: Send,
<PP as PoolParams>::Authorize: Send,
<SP as StratumParams>::Submit: Send,
<SP as StratumParams>::Subscribe: Send,
impl<PP, SP> Sync for ClientParam<PP, SP> where
<PP as PoolParams>::Authorize: Sync,
<SP as StratumParams>::Submit: Sync,
<SP as StratumParams>::Subscribe: Sync,
<PP as PoolParams>::Authorize: Sync,
<SP as StratumParams>::Submit: Sync,
<SP as StratumParams>::Subscribe: Sync,
impl<PP, SP> Unpin for ClientParam<PP, SP> where
<PP as PoolParams>::Authorize: Unpin,
<SP as StratumParams>::Submit: Unpin,
<SP as StratumParams>::Subscribe: Unpin,
<PP as PoolParams>::Authorize: Unpin,
<SP as StratumParams>::Submit: Unpin,
<SP as StratumParams>::Subscribe: Unpin,
impl<PP, SP> UnwindSafe for ClientParam<PP, SP> where
<PP as PoolParams>::Authorize: UnwindSafe,
<SP as StratumParams>::Submit: UnwindSafe,
<SP as StratumParams>::Subscribe: UnwindSafe,
<PP as PoolParams>::Authorize: UnwindSafe,
<SP as StratumParams>::Submit: UnwindSafe,
<SP as StratumParams>::Subscribe: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,