Enum nash_protocol::types::blockchain::MovementType [−][src]
pub enum MovementType {
Deposit,
Withdrawal,
}Expand description
Wrapper type for the two kinds of movments: deposit and withdrawal
Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MovementType
impl Send for MovementType
impl Sync for MovementType
impl Unpin for MovementType
impl UnwindSafe for MovementType
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more