pub enum TransactionShape {
TransactionShapeUnspecified,
TransactionShapeAcsDelta,
TransactionShapeLedgerEffects,
}Expand description
What transaction shape to use for interpreting the filters of the event format. Required
Variants§
Trait Implementations§
Source§impl Clone for TransactionShape
impl Clone for TransactionShape
Source§fn clone(&self) -> TransactionShape
fn clone(&self) -> TransactionShape
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TransactionShape
impl Debug for TransactionShape
Source§impl Default for TransactionShape
impl Default for TransactionShape
Source§fn default() -> TransactionShape
fn default() -> TransactionShape
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TransactionShape
impl<'de> Deserialize<'de> for TransactionShape
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
Source§impl Hash for TransactionShape
impl Hash for TransactionShape
Source§impl Ord for TransactionShape
impl Ord for TransactionShape
Source§fn cmp(&self, other: &TransactionShape) -> Ordering
fn cmp(&self, other: &TransactionShape) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TransactionShape
impl PartialEq for TransactionShape
Source§impl PartialOrd for TransactionShape
impl PartialOrd for TransactionShape
Source§impl Serialize for TransactionShape
impl Serialize for TransactionShape
impl Copy for TransactionShape
impl Eq for TransactionShape
impl StructuralPartialEq for TransactionShape
Auto Trait Implementations§
impl Freeze for TransactionShape
impl RefUnwindSafe for TransactionShape
impl Send for TransactionShape
impl Sync for TransactionShape
impl Unpin for TransactionShape
impl UnsafeUnpin for TransactionShape
impl UnwindSafe for TransactionShape
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