Enum libzeropool_rs::client::TxVersion
source · [−]#[repr(u8)]
pub enum TxVersion {
V1,
V2,
}
Variants
V1
Original evm contract compatible version
V2
Version with ciphertext length and nullifier signature
Trait Implementations
impl Eq for TxVersion
impl StructuralEq for TxVersion
impl StructuralPartialEq for TxVersion
Auto Trait Implementations
impl RefUnwindSafe for TxVersion
impl Send for TxVersion
impl Sync for TxVersion
impl Unpin for TxVersion
impl UnwindSafe for TxVersion
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more