[][src]Struct wedpr_l_protos::generated::zkp::BalanceProof

pub struct BalanceProof {
    pub c: Vec<u8>,
    pub m1: Vec<u8>,
    pub m2: Vec<u8>,
    pub m3: Vec<u8>,
    pub m4: Vec<u8>,
    pub m5: Vec<u8>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Generated files are compatible only with the same version of protobuf runtime.

Fields

c: Vec<u8>m1: Vec<u8>m2: Vec<u8>m3: Vec<u8>m4: Vec<u8>m5: Vec<u8>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl BalanceProof[src]

pub fn new() -> BalanceProof[src]

pub fn get_c(&self) -> &[u8][src]

pub fn clear_c(&mut self)[src]

pub fn set_c(&mut self, v: Vec<u8>)[src]

pub fn mut_c(&mut self) -> &mut Vec<u8>[src]

pub fn take_c(&mut self) -> Vec<u8>[src]

pub fn get_m1(&self) -> &[u8][src]

pub fn clear_m1(&mut self)[src]

pub fn set_m1(&mut self, v: Vec<u8>)[src]

pub fn mut_m1(&mut self) -> &mut Vec<u8>[src]

pub fn take_m1(&mut self) -> Vec<u8>[src]

pub fn get_m2(&self) -> &[u8][src]

pub fn clear_m2(&mut self)[src]

pub fn set_m2(&mut self, v: Vec<u8>)[src]

pub fn mut_m2(&mut self) -> &mut Vec<u8>[src]

pub fn take_m2(&mut self) -> Vec<u8>[src]

pub fn get_m3(&self) -> &[u8][src]

pub fn clear_m3(&mut self)[src]

pub fn set_m3(&mut self, v: Vec<u8>)[src]

pub fn mut_m3(&mut self) -> &mut Vec<u8>[src]

pub fn take_m3(&mut self) -> Vec<u8>[src]

pub fn get_m4(&self) -> &[u8][src]

pub fn clear_m4(&mut self)[src]

pub fn set_m4(&mut self, v: Vec<u8>)[src]

pub fn mut_m4(&mut self) -> &mut Vec<u8>[src]

pub fn take_m4(&mut self) -> Vec<u8>[src]

pub fn get_m5(&self) -> &[u8][src]

pub fn clear_m5(&mut self)[src]

pub fn set_m5(&mut self, v: Vec<u8>)[src]

pub fn mut_m5(&mut self) -> &mut Vec<u8>[src]

pub fn take_m5(&mut self) -> Vec<u8>[src]

Trait Implementations

impl Clear for BalanceProof[src]

impl Clone for BalanceProof[src]

impl Debug for BalanceProof[src]

impl Default for BalanceProof[src]

impl<'a> Default for &'a BalanceProof[src]

impl Message for BalanceProof[src]

impl PartialEq<BalanceProof> for BalanceProof[src]

impl ProtobufValue for BalanceProof[src]

impl StructuralPartialEq for BalanceProof[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,