pub struct RangeProofMessage {
pub asset: AssetId,
pub bf: AssetBlindingFactor,
}Expand description
The Rangeproof message
Fields§
§asset: AssetIdThe asset id
bf: AssetBlindingFactorThe asset blinding factor
Implementations§
Trait Implementations§
Source§impl Clone for RangeProofMessage
impl Clone for RangeProofMessage
Source§fn clone(&self) -> RangeProofMessage
fn clone(&self) -> RangeProofMessage
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 RangeProofMessage
impl Debug for RangeProofMessage
Source§impl Hash for RangeProofMessage
impl Hash for RangeProofMessage
Source§impl Ord for RangeProofMessage
impl Ord for RangeProofMessage
Source§fn cmp(&self, other: &RangeProofMessage) -> Ordering
fn cmp(&self, other: &RangeProofMessage) -> 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 RangeProofMessage
impl PartialEq for RangeProofMessage
Source§impl PartialOrd for RangeProofMessage
impl PartialOrd for RangeProofMessage
impl Eq for RangeProofMessage
impl StructuralPartialEq for RangeProofMessage
Auto Trait Implementations§
impl Freeze for RangeProofMessage
impl RefUnwindSafe for RangeProofMessage
impl Send for RangeProofMessage
impl Sync for RangeProofMessage
impl Unpin for RangeProofMessage
impl UnwindSafe for RangeProofMessage
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