pub enum ResponseFormatInnerType {
Json,
Hex,
}
Expand description
The enum ResponseFormatInnerType
with variants Json
and Hex
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 Freeze for ResponseFormatInnerType
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