Struct elements::confidential::AssetBlindingFactor
source · pub struct AssetBlindingFactor(/* private fields */);Expand description
Blinding factor used for asset commitments.
Implementations§
Trait Implementations§
source§impl Clone for AssetBlindingFactor
impl Clone for AssetBlindingFactor
source§fn clone(&self) -> AssetBlindingFactor
fn clone(&self) -> AssetBlindingFactor
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 AssetBlindingFactor
impl Debug for AssetBlindingFactor
source§impl Display for AssetBlindingFactor
impl Display for AssetBlindingFactor
source§impl FromHex for AssetBlindingFactor
impl FromHex for AssetBlindingFactor
source§impl FromStr for AssetBlindingFactor
impl FromStr for AssetBlindingFactor
source§impl Hash for AssetBlindingFactor
impl Hash for AssetBlindingFactor
source§impl LowerHex for AssetBlindingFactor
impl LowerHex for AssetBlindingFactor
source§impl Ord for AssetBlindingFactor
impl Ord for AssetBlindingFactor
source§fn cmp(&self, other: &AssetBlindingFactor) -> Ordering
fn cmp(&self, other: &AssetBlindingFactor) -> 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 AssetBlindingFactor
impl PartialEq for AssetBlindingFactor
source§fn eq(&self, other: &AssetBlindingFactor) -> bool
fn eq(&self, other: &AssetBlindingFactor) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for AssetBlindingFactor
impl PartialOrd for AssetBlindingFactor
source§fn partial_cmp(&self, other: &AssetBlindingFactor) -> Option<Ordering>
fn partial_cmp(&self, other: &AssetBlindingFactor) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for AssetBlindingFactor
impl Eq for AssetBlindingFactor
impl StructuralPartialEq for AssetBlindingFactor
Auto Trait Implementations§
impl RefUnwindSafe for AssetBlindingFactor
impl Send for AssetBlindingFactor
impl Sync for AssetBlindingFactor
impl Unpin for AssetBlindingFactor
impl UnwindSafe for AssetBlindingFactor
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