Enum chainhook_types::Brc20Operation
source · pub enum Brc20Operation {
Deploy(Brc20TokenDeployData),
Mint(Brc20BalanceData),
Transfer(Brc20BalanceData),
TransferSend(Brc20TransferData),
}Variants§
Deploy(Brc20TokenDeployData)
Mint(Brc20BalanceData)
Transfer(Brc20BalanceData)
TransferSend(Brc20TransferData)
Trait Implementations§
source§impl Clone for Brc20Operation
impl Clone for Brc20Operation
source§fn clone(&self) -> Brc20Operation
fn clone(&self) -> Brc20Operation
Returns a copy 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 Brc20Operation
impl Debug for Brc20Operation
source§impl<'de> Deserialize<'de> for Brc20Operation
impl<'de> Deserialize<'de> for Brc20Operation
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 PartialEq for Brc20Operation
impl PartialEq for Brc20Operation
source§fn eq(&self, other: &Brc20Operation) -> bool
fn eq(&self, other: &Brc20Operation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for Brc20Operation
impl Serialize for Brc20Operation
impl StructuralPartialEq for Brc20Operation
Auto Trait Implementations§
impl Freeze for Brc20Operation
impl RefUnwindSafe for Brc20Operation
impl Send for Brc20Operation
impl Sync for Brc20Operation
impl Unpin for Brc20Operation
impl UnwindSafe for Brc20Operation
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