pub enum GetBlockRes {
Verbose(Box<GetBlockResVerbose>),
Serialized(String),
}Variants§
Verbose(Box<GetBlockResVerbose>)
Serialized(String)
Trait Implementations§
Source§impl Debug for GetBlockRes
impl Debug for GetBlockRes
Source§impl<'de> Deserialize<'de> for GetBlockRes
impl<'de> Deserialize<'de> for GetBlockRes
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetBlockRes
impl RefUnwindSafe for GetBlockRes
impl Send for GetBlockRes
impl Sync for GetBlockRes
impl Unpin for GetBlockRes
impl UnwindSafe for GetBlockRes
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