Struct jsonrpsee_types::v2::params::TwoPointZero [−][src]
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 TwoPointZeroimpl Send for TwoPointZeroimpl Sync for TwoPointZeroimpl Unpin for TwoPointZeroimpl UnwindSafe for TwoPointZeroBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V