pub enum ResponseFormatInnerType {
Json,
Hex,
}Expand description
The enum ResponseFormatInnerType with variants Json and Hex is is used to
supply a format choice for the format of ResponseFormatResponse.transaction
Variants§
Json
Indicate the json format of ResponseFormatResponse.transaction
Hex
Indicate the hex format of ResponseFormatResponse.transaction
Auto Trait Implementations§
impl RefUnwindSafe for ResponseFormatInnerType
impl Send for ResponseFormatInnerType
impl Sync for ResponseFormatInnerType
impl Unpin for ResponseFormatInnerType
impl UnwindSafe for ResponseFormatInnerType
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