Struct tea_sdk::vmh::state::dump::DumpTxnSeqRequest
pub struct DumpTxnSeqRequest {
pub show_conveyor_mutable: bool,
pub show_conveyor_executed: bool,
pub show_history: bool,
pub show_exec_time: bool,
}
Fields§
§show_conveyor_mutable: bool
§show_conveyor_executed: bool
§show_history: bool
§show_exec_time: bool
Trait Implementations§
§impl Debug for DumpTxnSeqRequest
impl Debug for DumpTxnSeqRequest
§impl<'de> Deserialize<'de> for DumpTxnSeqRequest
impl<'de> Deserialize<'de> for DumpTxnSeqRequest
§fn deserialize<__D>(
__deserializer: __D
) -> Result<DumpTxnSeqRequest, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<DumpTxnSeqRequest, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Serialize for DumpTxnSeqRequest
impl Serialize for DumpTxnSeqRequest
§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DumpTxnSeqRequest
impl Send for DumpTxnSeqRequest
impl Sync for DumpTxnSeqRequest
impl Unpin for DumpTxnSeqRequest
impl UnwindSafe for DumpTxnSeqRequest
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