Struct jsonrpsee_types::params::TwoPointZero
source · [−]pub struct TwoPointZero;Expand description
JSON-RPC v2 marker type.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<D>(deserializer: D) -> Result<TwoPointZero, D::Error> where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<TwoPointZero, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for TwoPointZero
impl Send for TwoPointZero
impl Sync for TwoPointZero
impl Unpin for TwoPointZero
impl UnwindSafe for TwoPointZero
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more