pub struct BitcoinInteger(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for BitcoinInteger
impl Clone for BitcoinInteger
Source§fn clone(&self) -> BitcoinInteger
fn clone(&self) -> BitcoinInteger
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 BitcoinInteger
impl Debug for BitcoinInteger
Source§impl PartialEq for BitcoinInteger
impl PartialEq for BitcoinInteger
impl Eq for BitcoinInteger
impl StructuralPartialEq for BitcoinInteger
Auto Trait Implementations§
impl Freeze for BitcoinInteger
impl RefUnwindSafe for BitcoinInteger
impl Send for BitcoinInteger
impl Sync for BitcoinInteger
impl Unpin for BitcoinInteger
impl UnwindSafe for BitcoinInteger
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