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