Struct bdk_chain::bitcoin::blockdata::script::PushBytesBuf
pub struct PushBytesBuf(/* private fields */);
Expand description
Owned, growable counterpart to PushBytes
.
Implementations§
§impl PushBytesBuf
impl PushBytesBuf
pub const fn new() -> PushBytesBuf
pub const fn new() -> PushBytesBuf
Creates a new empty PushBytesBuf
.
pub fn with_capacity(capacity: usize) -> PushBytesBuf
pub fn with_capacity(capacity: usize) -> PushBytesBuf
Creates a new empty PushBytesBuf
with reserved capacity.
pub fn reserve(&mut self, additional_capacity: usize)
pub fn reserve(&mut self, additional_capacity: usize)
Reserve capacity for additional_capacity
bytes.
pub fn push(&mut self, byte: u8) -> Result<(), PushBytesError>
pub fn push(&mut self, byte: u8) -> Result<(), PushBytesError>
pub fn extend_from_slice(&mut self, bytes: &[u8]) -> Result<(), PushBytesError>
pub fn extend_from_slice(&mut self, bytes: &[u8]) -> Result<(), PushBytesError>
pub fn clear(&mut self)
pub fn clear(&mut self)
Remove all bytes from buffer without affecting capacity.
pub fn as_push_bytes(&self) -> &PushBytes
pub fn as_push_bytes(&self) -> &PushBytes
Extracts PushBytes
slice
pub fn as_mut_push_bytes(&mut self) -> &mut PushBytes
pub fn as_mut_push_bytes(&mut self) -> &mut PushBytes
Extracts mutable PushBytes
slice
Methods from Deref<Target = PushBytes>§
pub fn as_mut_bytes(&mut self) -> &mut [u8] ⓘ
pub fn as_mut_bytes(&mut self) -> &mut [u8] ⓘ
Returns the underlying mutbale bytes.
Trait Implementations§
§impl AsMut<PushBytes> for PushBytesBuf
impl AsMut<PushBytes> for PushBytesBuf
§impl AsRef<PushBytes> for PushBytesBuf
impl AsRef<PushBytes> for PushBytesBuf
§impl Borrow<PushBytes> for PushBytesBuf
impl Borrow<PushBytes> for PushBytesBuf
§impl BorrowMut<PushBytes> for PushBytesBuf
impl BorrowMut<PushBytes> for PushBytesBuf
§fn borrow_mut(&mut self) -> &mut PushBytes
fn borrow_mut(&mut self) -> &mut PushBytes
Mutably borrows from an owned value. Read more
§impl Clone for PushBytesBuf
impl Clone for PushBytesBuf
§fn clone(&self) -> PushBytesBuf
fn clone(&self) -> PushBytesBuf
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 more§impl Debug for PushBytesBuf
impl Debug for PushBytesBuf
§impl Default for PushBytesBuf
impl Default for PushBytesBuf
§fn default() -> PushBytesBuf
fn default() -> PushBytesBuf
Returns the “default value” for a type. Read more
§impl Deref for PushBytesBuf
impl Deref for PushBytesBuf
§impl DerefMut for PushBytesBuf
impl DerefMut for PushBytesBuf
§fn deref_mut(&mut self) -> &mut <PushBytesBuf as Deref>::Target
fn deref_mut(&mut self) -> &mut <PushBytesBuf as Deref>::Target
Mutably dereferences the value.
§impl<'a> From<&'a [u8; 0]> for PushBytesBuf
impl<'a> From<&'a [u8; 0]> for PushBytesBuf
§fn from(bytes: &'a [u8; 0]) -> PushBytesBuf
fn from(bytes: &'a [u8; 0]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 1]> for PushBytesBuf
impl<'a> From<&'a [u8; 1]> for PushBytesBuf
§fn from(bytes: &'a [u8; 1]) -> PushBytesBuf
fn from(bytes: &'a [u8; 1]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 10]> for PushBytesBuf
impl<'a> From<&'a [u8; 10]> for PushBytesBuf
§fn from(bytes: &'a [u8; 10]) -> PushBytesBuf
fn from(bytes: &'a [u8; 10]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 11]> for PushBytesBuf
impl<'a> From<&'a [u8; 11]> for PushBytesBuf
§fn from(bytes: &'a [u8; 11]) -> PushBytesBuf
fn from(bytes: &'a [u8; 11]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 12]> for PushBytesBuf
impl<'a> From<&'a [u8; 12]> for PushBytesBuf
§fn from(bytes: &'a [u8; 12]) -> PushBytesBuf
fn from(bytes: &'a [u8; 12]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 13]> for PushBytesBuf
impl<'a> From<&'a [u8; 13]> for PushBytesBuf
§fn from(bytes: &'a [u8; 13]) -> PushBytesBuf
fn from(bytes: &'a [u8; 13]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 14]> for PushBytesBuf
impl<'a> From<&'a [u8; 14]> for PushBytesBuf
§fn from(bytes: &'a [u8; 14]) -> PushBytesBuf
fn from(bytes: &'a [u8; 14]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 15]> for PushBytesBuf
impl<'a> From<&'a [u8; 15]> for PushBytesBuf
§fn from(bytes: &'a [u8; 15]) -> PushBytesBuf
fn from(bytes: &'a [u8; 15]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 16]> for PushBytesBuf
impl<'a> From<&'a [u8; 16]> for PushBytesBuf
§fn from(bytes: &'a [u8; 16]) -> PushBytesBuf
fn from(bytes: &'a [u8; 16]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 17]> for PushBytesBuf
impl<'a> From<&'a [u8; 17]> for PushBytesBuf
§fn from(bytes: &'a [u8; 17]) -> PushBytesBuf
fn from(bytes: &'a [u8; 17]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 18]> for PushBytesBuf
impl<'a> From<&'a [u8; 18]> for PushBytesBuf
§fn from(bytes: &'a [u8; 18]) -> PushBytesBuf
fn from(bytes: &'a [u8; 18]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 19]> for PushBytesBuf
impl<'a> From<&'a [u8; 19]> for PushBytesBuf
§fn from(bytes: &'a [u8; 19]) -> PushBytesBuf
fn from(bytes: &'a [u8; 19]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 2]> for PushBytesBuf
impl<'a> From<&'a [u8; 2]> for PushBytesBuf
§fn from(bytes: &'a [u8; 2]) -> PushBytesBuf
fn from(bytes: &'a [u8; 2]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 20]> for PushBytesBuf
impl<'a> From<&'a [u8; 20]> for PushBytesBuf
§fn from(bytes: &'a [u8; 20]) -> PushBytesBuf
fn from(bytes: &'a [u8; 20]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 21]> for PushBytesBuf
impl<'a> From<&'a [u8; 21]> for PushBytesBuf
§fn from(bytes: &'a [u8; 21]) -> PushBytesBuf
fn from(bytes: &'a [u8; 21]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 22]> for PushBytesBuf
impl<'a> From<&'a [u8; 22]> for PushBytesBuf
§fn from(bytes: &'a [u8; 22]) -> PushBytesBuf
fn from(bytes: &'a [u8; 22]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 23]> for PushBytesBuf
impl<'a> From<&'a [u8; 23]> for PushBytesBuf
§fn from(bytes: &'a [u8; 23]) -> PushBytesBuf
fn from(bytes: &'a [u8; 23]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 24]> for PushBytesBuf
impl<'a> From<&'a [u8; 24]> for PushBytesBuf
§fn from(bytes: &'a [u8; 24]) -> PushBytesBuf
fn from(bytes: &'a [u8; 24]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 25]> for PushBytesBuf
impl<'a> From<&'a [u8; 25]> for PushBytesBuf
§fn from(bytes: &'a [u8; 25]) -> PushBytesBuf
fn from(bytes: &'a [u8; 25]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 26]> for PushBytesBuf
impl<'a> From<&'a [u8; 26]> for PushBytesBuf
§fn from(bytes: &'a [u8; 26]) -> PushBytesBuf
fn from(bytes: &'a [u8; 26]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 27]> for PushBytesBuf
impl<'a> From<&'a [u8; 27]> for PushBytesBuf
§fn from(bytes: &'a [u8; 27]) -> PushBytesBuf
fn from(bytes: &'a [u8; 27]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 28]> for PushBytesBuf
impl<'a> From<&'a [u8; 28]> for PushBytesBuf
§fn from(bytes: &'a [u8; 28]) -> PushBytesBuf
fn from(bytes: &'a [u8; 28]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 29]> for PushBytesBuf
impl<'a> From<&'a [u8; 29]> for PushBytesBuf
§fn from(bytes: &'a [u8; 29]) -> PushBytesBuf
fn from(bytes: &'a [u8; 29]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 3]> for PushBytesBuf
impl<'a> From<&'a [u8; 3]> for PushBytesBuf
§fn from(bytes: &'a [u8; 3]) -> PushBytesBuf
fn from(bytes: &'a [u8; 3]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 30]> for PushBytesBuf
impl<'a> From<&'a [u8; 30]> for PushBytesBuf
§fn from(bytes: &'a [u8; 30]) -> PushBytesBuf
fn from(bytes: &'a [u8; 30]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 31]> for PushBytesBuf
impl<'a> From<&'a [u8; 31]> for PushBytesBuf
§fn from(bytes: &'a [u8; 31]) -> PushBytesBuf
fn from(bytes: &'a [u8; 31]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 32]> for PushBytesBuf
impl<'a> From<&'a [u8; 32]> for PushBytesBuf
§fn from(bytes: &'a [u8; 32]) -> PushBytesBuf
fn from(bytes: &'a [u8; 32]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 33]> for PushBytesBuf
impl<'a> From<&'a [u8; 33]> for PushBytesBuf
§fn from(bytes: &'a [u8; 33]) -> PushBytesBuf
fn from(bytes: &'a [u8; 33]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 34]> for PushBytesBuf
impl<'a> From<&'a [u8; 34]> for PushBytesBuf
§fn from(bytes: &'a [u8; 34]) -> PushBytesBuf
fn from(bytes: &'a [u8; 34]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 35]> for PushBytesBuf
impl<'a> From<&'a [u8; 35]> for PushBytesBuf
§fn from(bytes: &'a [u8; 35]) -> PushBytesBuf
fn from(bytes: &'a [u8; 35]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 36]> for PushBytesBuf
impl<'a> From<&'a [u8; 36]> for PushBytesBuf
§fn from(bytes: &'a [u8; 36]) -> PushBytesBuf
fn from(bytes: &'a [u8; 36]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 37]> for PushBytesBuf
impl<'a> From<&'a [u8; 37]> for PushBytesBuf
§fn from(bytes: &'a [u8; 37]) -> PushBytesBuf
fn from(bytes: &'a [u8; 37]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 38]> for PushBytesBuf
impl<'a> From<&'a [u8; 38]> for PushBytesBuf
§fn from(bytes: &'a [u8; 38]) -> PushBytesBuf
fn from(bytes: &'a [u8; 38]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 39]> for PushBytesBuf
impl<'a> From<&'a [u8; 39]> for PushBytesBuf
§fn from(bytes: &'a [u8; 39]) -> PushBytesBuf
fn from(bytes: &'a [u8; 39]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 4]> for PushBytesBuf
impl<'a> From<&'a [u8; 4]> for PushBytesBuf
§fn from(bytes: &'a [u8; 4]) -> PushBytesBuf
fn from(bytes: &'a [u8; 4]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 40]> for PushBytesBuf
impl<'a> From<&'a [u8; 40]> for PushBytesBuf
§fn from(bytes: &'a [u8; 40]) -> PushBytesBuf
fn from(bytes: &'a [u8; 40]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 41]> for PushBytesBuf
impl<'a> From<&'a [u8; 41]> for PushBytesBuf
§fn from(bytes: &'a [u8; 41]) -> PushBytesBuf
fn from(bytes: &'a [u8; 41]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 42]> for PushBytesBuf
impl<'a> From<&'a [u8; 42]> for PushBytesBuf
§fn from(bytes: &'a [u8; 42]) -> PushBytesBuf
fn from(bytes: &'a [u8; 42]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 43]> for PushBytesBuf
impl<'a> From<&'a [u8; 43]> for PushBytesBuf
§fn from(bytes: &'a [u8; 43]) -> PushBytesBuf
fn from(bytes: &'a [u8; 43]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 44]> for PushBytesBuf
impl<'a> From<&'a [u8; 44]> for PushBytesBuf
§fn from(bytes: &'a [u8; 44]) -> PushBytesBuf
fn from(bytes: &'a [u8; 44]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 45]> for PushBytesBuf
impl<'a> From<&'a [u8; 45]> for PushBytesBuf
§fn from(bytes: &'a [u8; 45]) -> PushBytesBuf
fn from(bytes: &'a [u8; 45]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 46]> for PushBytesBuf
impl<'a> From<&'a [u8; 46]> for PushBytesBuf
§fn from(bytes: &'a [u8; 46]) -> PushBytesBuf
fn from(bytes: &'a [u8; 46]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 47]> for PushBytesBuf
impl<'a> From<&'a [u8; 47]> for PushBytesBuf
§fn from(bytes: &'a [u8; 47]) -> PushBytesBuf
fn from(bytes: &'a [u8; 47]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 48]> for PushBytesBuf
impl<'a> From<&'a [u8; 48]> for PushBytesBuf
§fn from(bytes: &'a [u8; 48]) -> PushBytesBuf
fn from(bytes: &'a [u8; 48]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 49]> for PushBytesBuf
impl<'a> From<&'a [u8; 49]> for PushBytesBuf
§fn from(bytes: &'a [u8; 49]) -> PushBytesBuf
fn from(bytes: &'a [u8; 49]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 5]> for PushBytesBuf
impl<'a> From<&'a [u8; 5]> for PushBytesBuf
§fn from(bytes: &'a [u8; 5]) -> PushBytesBuf
fn from(bytes: &'a [u8; 5]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 50]> for PushBytesBuf
impl<'a> From<&'a [u8; 50]> for PushBytesBuf
§fn from(bytes: &'a [u8; 50]) -> PushBytesBuf
fn from(bytes: &'a [u8; 50]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 51]> for PushBytesBuf
impl<'a> From<&'a [u8; 51]> for PushBytesBuf
§fn from(bytes: &'a [u8; 51]) -> PushBytesBuf
fn from(bytes: &'a [u8; 51]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 52]> for PushBytesBuf
impl<'a> From<&'a [u8; 52]> for PushBytesBuf
§fn from(bytes: &'a [u8; 52]) -> PushBytesBuf
fn from(bytes: &'a [u8; 52]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 53]> for PushBytesBuf
impl<'a> From<&'a [u8; 53]> for PushBytesBuf
§fn from(bytes: &'a [u8; 53]) -> PushBytesBuf
fn from(bytes: &'a [u8; 53]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 54]> for PushBytesBuf
impl<'a> From<&'a [u8; 54]> for PushBytesBuf
§fn from(bytes: &'a [u8; 54]) -> PushBytesBuf
fn from(bytes: &'a [u8; 54]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 55]> for PushBytesBuf
impl<'a> From<&'a [u8; 55]> for PushBytesBuf
§fn from(bytes: &'a [u8; 55]) -> PushBytesBuf
fn from(bytes: &'a [u8; 55]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 56]> for PushBytesBuf
impl<'a> From<&'a [u8; 56]> for PushBytesBuf
§fn from(bytes: &'a [u8; 56]) -> PushBytesBuf
fn from(bytes: &'a [u8; 56]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 57]> for PushBytesBuf
impl<'a> From<&'a [u8; 57]> for PushBytesBuf
§fn from(bytes: &'a [u8; 57]) -> PushBytesBuf
fn from(bytes: &'a [u8; 57]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 58]> for PushBytesBuf
impl<'a> From<&'a [u8; 58]> for PushBytesBuf
§fn from(bytes: &'a [u8; 58]) -> PushBytesBuf
fn from(bytes: &'a [u8; 58]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 59]> for PushBytesBuf
impl<'a> From<&'a [u8; 59]> for PushBytesBuf
§fn from(bytes: &'a [u8; 59]) -> PushBytesBuf
fn from(bytes: &'a [u8; 59]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 6]> for PushBytesBuf
impl<'a> From<&'a [u8; 6]> for PushBytesBuf
§fn from(bytes: &'a [u8; 6]) -> PushBytesBuf
fn from(bytes: &'a [u8; 6]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 60]> for PushBytesBuf
impl<'a> From<&'a [u8; 60]> for PushBytesBuf
§fn from(bytes: &'a [u8; 60]) -> PushBytesBuf
fn from(bytes: &'a [u8; 60]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 61]> for PushBytesBuf
impl<'a> From<&'a [u8; 61]> for PushBytesBuf
§fn from(bytes: &'a [u8; 61]) -> PushBytesBuf
fn from(bytes: &'a [u8; 61]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 62]> for PushBytesBuf
impl<'a> From<&'a [u8; 62]> for PushBytesBuf
§fn from(bytes: &'a [u8; 62]) -> PushBytesBuf
fn from(bytes: &'a [u8; 62]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 63]> for PushBytesBuf
impl<'a> From<&'a [u8; 63]> for PushBytesBuf
§fn from(bytes: &'a [u8; 63]) -> PushBytesBuf
fn from(bytes: &'a [u8; 63]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 64]> for PushBytesBuf
impl<'a> From<&'a [u8; 64]> for PushBytesBuf
§fn from(bytes: &'a [u8; 64]) -> PushBytesBuf
fn from(bytes: &'a [u8; 64]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 65]> for PushBytesBuf
impl<'a> From<&'a [u8; 65]> for PushBytesBuf
§fn from(bytes: &'a [u8; 65]) -> PushBytesBuf
fn from(bytes: &'a [u8; 65]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 66]> for PushBytesBuf
impl<'a> From<&'a [u8; 66]> for PushBytesBuf
§fn from(bytes: &'a [u8; 66]) -> PushBytesBuf
fn from(bytes: &'a [u8; 66]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 67]> for PushBytesBuf
impl<'a> From<&'a [u8; 67]> for PushBytesBuf
§fn from(bytes: &'a [u8; 67]) -> PushBytesBuf
fn from(bytes: &'a [u8; 67]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 68]> for PushBytesBuf
impl<'a> From<&'a [u8; 68]> for PushBytesBuf
§fn from(bytes: &'a [u8; 68]) -> PushBytesBuf
fn from(bytes: &'a [u8; 68]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 69]> for PushBytesBuf
impl<'a> From<&'a [u8; 69]> for PushBytesBuf
§fn from(bytes: &'a [u8; 69]) -> PushBytesBuf
fn from(bytes: &'a [u8; 69]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 7]> for PushBytesBuf
impl<'a> From<&'a [u8; 7]> for PushBytesBuf
§fn from(bytes: &'a [u8; 7]) -> PushBytesBuf
fn from(bytes: &'a [u8; 7]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 70]> for PushBytesBuf
impl<'a> From<&'a [u8; 70]> for PushBytesBuf
§fn from(bytes: &'a [u8; 70]) -> PushBytesBuf
fn from(bytes: &'a [u8; 70]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 71]> for PushBytesBuf
impl<'a> From<&'a [u8; 71]> for PushBytesBuf
§fn from(bytes: &'a [u8; 71]) -> PushBytesBuf
fn from(bytes: &'a [u8; 71]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 72]> for PushBytesBuf
impl<'a> From<&'a [u8; 72]> for PushBytesBuf
§fn from(bytes: &'a [u8; 72]) -> PushBytesBuf
fn from(bytes: &'a [u8; 72]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 73]> for PushBytesBuf
impl<'a> From<&'a [u8; 73]> for PushBytesBuf
§fn from(bytes: &'a [u8; 73]) -> PushBytesBuf
fn from(bytes: &'a [u8; 73]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 74]> for PushBytesBuf
impl<'a> From<&'a [u8; 74]> for PushBytesBuf
§fn from(bytes: &'a [u8; 74]) -> PushBytesBuf
fn from(bytes: &'a [u8; 74]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 75]> for PushBytesBuf
impl<'a> From<&'a [u8; 75]> for PushBytesBuf
§fn from(bytes: &'a [u8; 75]) -> PushBytesBuf
fn from(bytes: &'a [u8; 75]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 76]> for PushBytesBuf
impl<'a> From<&'a [u8; 76]> for PushBytesBuf
§fn from(bytes: &'a [u8; 76]) -> PushBytesBuf
fn from(bytes: &'a [u8; 76]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 8]> for PushBytesBuf
impl<'a> From<&'a [u8; 8]> for PushBytesBuf
§fn from(bytes: &'a [u8; 8]) -> PushBytesBuf
fn from(bytes: &'a [u8; 8]) -> PushBytesBuf
Converts to this type from the input type.
§impl<'a> From<&'a [u8; 9]> for PushBytesBuf
impl<'a> From<&'a [u8; 9]> for PushBytesBuf
§fn from(bytes: &'a [u8; 9]) -> PushBytesBuf
fn from(bytes: &'a [u8; 9]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 0]> for PushBytesBuf
impl From<[u8; 0]> for PushBytesBuf
§fn from(bytes: [u8; 0]) -> PushBytesBuf
fn from(bytes: [u8; 0]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 1]> for PushBytesBuf
impl From<[u8; 1]> for PushBytesBuf
§fn from(bytes: [u8; 1]) -> PushBytesBuf
fn from(bytes: [u8; 1]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 10]> for PushBytesBuf
impl From<[u8; 10]> for PushBytesBuf
§fn from(bytes: [u8; 10]) -> PushBytesBuf
fn from(bytes: [u8; 10]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 11]> for PushBytesBuf
impl From<[u8; 11]> for PushBytesBuf
§fn from(bytes: [u8; 11]) -> PushBytesBuf
fn from(bytes: [u8; 11]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 12]> for PushBytesBuf
impl From<[u8; 12]> for PushBytesBuf
§fn from(bytes: [u8; 12]) -> PushBytesBuf
fn from(bytes: [u8; 12]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 13]> for PushBytesBuf
impl From<[u8; 13]> for PushBytesBuf
§fn from(bytes: [u8; 13]) -> PushBytesBuf
fn from(bytes: [u8; 13]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 14]> for PushBytesBuf
impl From<[u8; 14]> for PushBytesBuf
§fn from(bytes: [u8; 14]) -> PushBytesBuf
fn from(bytes: [u8; 14]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 15]> for PushBytesBuf
impl From<[u8; 15]> for PushBytesBuf
§fn from(bytes: [u8; 15]) -> PushBytesBuf
fn from(bytes: [u8; 15]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 16]> for PushBytesBuf
impl From<[u8; 16]> for PushBytesBuf
§fn from(bytes: [u8; 16]) -> PushBytesBuf
fn from(bytes: [u8; 16]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 17]> for PushBytesBuf
impl From<[u8; 17]> for PushBytesBuf
§fn from(bytes: [u8; 17]) -> PushBytesBuf
fn from(bytes: [u8; 17]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 18]> for PushBytesBuf
impl From<[u8; 18]> for PushBytesBuf
§fn from(bytes: [u8; 18]) -> PushBytesBuf
fn from(bytes: [u8; 18]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 19]> for PushBytesBuf
impl From<[u8; 19]> for PushBytesBuf
§fn from(bytes: [u8; 19]) -> PushBytesBuf
fn from(bytes: [u8; 19]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 2]> for PushBytesBuf
impl From<[u8; 2]> for PushBytesBuf
§fn from(bytes: [u8; 2]) -> PushBytesBuf
fn from(bytes: [u8; 2]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 20]> for PushBytesBuf
impl From<[u8; 20]> for PushBytesBuf
§fn from(bytes: [u8; 20]) -> PushBytesBuf
fn from(bytes: [u8; 20]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 21]> for PushBytesBuf
impl From<[u8; 21]> for PushBytesBuf
§fn from(bytes: [u8; 21]) -> PushBytesBuf
fn from(bytes: [u8; 21]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 22]> for PushBytesBuf
impl From<[u8; 22]> for PushBytesBuf
§fn from(bytes: [u8; 22]) -> PushBytesBuf
fn from(bytes: [u8; 22]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 23]> for PushBytesBuf
impl From<[u8; 23]> for PushBytesBuf
§fn from(bytes: [u8; 23]) -> PushBytesBuf
fn from(bytes: [u8; 23]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 24]> for PushBytesBuf
impl From<[u8; 24]> for PushBytesBuf
§fn from(bytes: [u8; 24]) -> PushBytesBuf
fn from(bytes: [u8; 24]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 25]> for PushBytesBuf
impl From<[u8; 25]> for PushBytesBuf
§fn from(bytes: [u8; 25]) -> PushBytesBuf
fn from(bytes: [u8; 25]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 26]> for PushBytesBuf
impl From<[u8; 26]> for PushBytesBuf
§fn from(bytes: [u8; 26]) -> PushBytesBuf
fn from(bytes: [u8; 26]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 27]> for PushBytesBuf
impl From<[u8; 27]> for PushBytesBuf
§fn from(bytes: [u8; 27]) -> PushBytesBuf
fn from(bytes: [u8; 27]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 28]> for PushBytesBuf
impl From<[u8; 28]> for PushBytesBuf
§fn from(bytes: [u8; 28]) -> PushBytesBuf
fn from(bytes: [u8; 28]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 29]> for PushBytesBuf
impl From<[u8; 29]> for PushBytesBuf
§fn from(bytes: [u8; 29]) -> PushBytesBuf
fn from(bytes: [u8; 29]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 3]> for PushBytesBuf
impl From<[u8; 3]> for PushBytesBuf
§fn from(bytes: [u8; 3]) -> PushBytesBuf
fn from(bytes: [u8; 3]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 30]> for PushBytesBuf
impl From<[u8; 30]> for PushBytesBuf
§fn from(bytes: [u8; 30]) -> PushBytesBuf
fn from(bytes: [u8; 30]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 31]> for PushBytesBuf
impl From<[u8; 31]> for PushBytesBuf
§fn from(bytes: [u8; 31]) -> PushBytesBuf
fn from(bytes: [u8; 31]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 32]> for PushBytesBuf
impl From<[u8; 32]> for PushBytesBuf
§fn from(bytes: [u8; 32]) -> PushBytesBuf
fn from(bytes: [u8; 32]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 33]> for PushBytesBuf
impl From<[u8; 33]> for PushBytesBuf
§fn from(bytes: [u8; 33]) -> PushBytesBuf
fn from(bytes: [u8; 33]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 34]> for PushBytesBuf
impl From<[u8; 34]> for PushBytesBuf
§fn from(bytes: [u8; 34]) -> PushBytesBuf
fn from(bytes: [u8; 34]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 35]> for PushBytesBuf
impl From<[u8; 35]> for PushBytesBuf
§fn from(bytes: [u8; 35]) -> PushBytesBuf
fn from(bytes: [u8; 35]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 36]> for PushBytesBuf
impl From<[u8; 36]> for PushBytesBuf
§fn from(bytes: [u8; 36]) -> PushBytesBuf
fn from(bytes: [u8; 36]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 37]> for PushBytesBuf
impl From<[u8; 37]> for PushBytesBuf
§fn from(bytes: [u8; 37]) -> PushBytesBuf
fn from(bytes: [u8; 37]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 38]> for PushBytesBuf
impl From<[u8; 38]> for PushBytesBuf
§fn from(bytes: [u8; 38]) -> PushBytesBuf
fn from(bytes: [u8; 38]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 39]> for PushBytesBuf
impl From<[u8; 39]> for PushBytesBuf
§fn from(bytes: [u8; 39]) -> PushBytesBuf
fn from(bytes: [u8; 39]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 4]> for PushBytesBuf
impl From<[u8; 4]> for PushBytesBuf
§fn from(bytes: [u8; 4]) -> PushBytesBuf
fn from(bytes: [u8; 4]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 40]> for PushBytesBuf
impl From<[u8; 40]> for PushBytesBuf
§fn from(bytes: [u8; 40]) -> PushBytesBuf
fn from(bytes: [u8; 40]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 41]> for PushBytesBuf
impl From<[u8; 41]> for PushBytesBuf
§fn from(bytes: [u8; 41]) -> PushBytesBuf
fn from(bytes: [u8; 41]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 42]> for PushBytesBuf
impl From<[u8; 42]> for PushBytesBuf
§fn from(bytes: [u8; 42]) -> PushBytesBuf
fn from(bytes: [u8; 42]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 43]> for PushBytesBuf
impl From<[u8; 43]> for PushBytesBuf
§fn from(bytes: [u8; 43]) -> PushBytesBuf
fn from(bytes: [u8; 43]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 44]> for PushBytesBuf
impl From<[u8; 44]> for PushBytesBuf
§fn from(bytes: [u8; 44]) -> PushBytesBuf
fn from(bytes: [u8; 44]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 45]> for PushBytesBuf
impl From<[u8; 45]> for PushBytesBuf
§fn from(bytes: [u8; 45]) -> PushBytesBuf
fn from(bytes: [u8; 45]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 46]> for PushBytesBuf
impl From<[u8; 46]> for PushBytesBuf
§fn from(bytes: [u8; 46]) -> PushBytesBuf
fn from(bytes: [u8; 46]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 47]> for PushBytesBuf
impl From<[u8; 47]> for PushBytesBuf
§fn from(bytes: [u8; 47]) -> PushBytesBuf
fn from(bytes: [u8; 47]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 48]> for PushBytesBuf
impl From<[u8; 48]> for PushBytesBuf
§fn from(bytes: [u8; 48]) -> PushBytesBuf
fn from(bytes: [u8; 48]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 49]> for PushBytesBuf
impl From<[u8; 49]> for PushBytesBuf
§fn from(bytes: [u8; 49]) -> PushBytesBuf
fn from(bytes: [u8; 49]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 5]> for PushBytesBuf
impl From<[u8; 5]> for PushBytesBuf
§fn from(bytes: [u8; 5]) -> PushBytesBuf
fn from(bytes: [u8; 5]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 50]> for PushBytesBuf
impl From<[u8; 50]> for PushBytesBuf
§fn from(bytes: [u8; 50]) -> PushBytesBuf
fn from(bytes: [u8; 50]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 51]> for PushBytesBuf
impl From<[u8; 51]> for PushBytesBuf
§fn from(bytes: [u8; 51]) -> PushBytesBuf
fn from(bytes: [u8; 51]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 52]> for PushBytesBuf
impl From<[u8; 52]> for PushBytesBuf
§fn from(bytes: [u8; 52]) -> PushBytesBuf
fn from(bytes: [u8; 52]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 53]> for PushBytesBuf
impl From<[u8; 53]> for PushBytesBuf
§fn from(bytes: [u8; 53]) -> PushBytesBuf
fn from(bytes: [u8; 53]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 54]> for PushBytesBuf
impl From<[u8; 54]> for PushBytesBuf
§fn from(bytes: [u8; 54]) -> PushBytesBuf
fn from(bytes: [u8; 54]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 55]> for PushBytesBuf
impl From<[u8; 55]> for PushBytesBuf
§fn from(bytes: [u8; 55]) -> PushBytesBuf
fn from(bytes: [u8; 55]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 56]> for PushBytesBuf
impl From<[u8; 56]> for PushBytesBuf
§fn from(bytes: [u8; 56]) -> PushBytesBuf
fn from(bytes: [u8; 56]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 57]> for PushBytesBuf
impl From<[u8; 57]> for PushBytesBuf
§fn from(bytes: [u8; 57]) -> PushBytesBuf
fn from(bytes: [u8; 57]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 58]> for PushBytesBuf
impl From<[u8; 58]> for PushBytesBuf
§fn from(bytes: [u8; 58]) -> PushBytesBuf
fn from(bytes: [u8; 58]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 59]> for PushBytesBuf
impl From<[u8; 59]> for PushBytesBuf
§fn from(bytes: [u8; 59]) -> PushBytesBuf
fn from(bytes: [u8; 59]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 6]> for PushBytesBuf
impl From<[u8; 6]> for PushBytesBuf
§fn from(bytes: [u8; 6]) -> PushBytesBuf
fn from(bytes: [u8; 6]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 60]> for PushBytesBuf
impl From<[u8; 60]> for PushBytesBuf
§fn from(bytes: [u8; 60]) -> PushBytesBuf
fn from(bytes: [u8; 60]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 61]> for PushBytesBuf
impl From<[u8; 61]> for PushBytesBuf
§fn from(bytes: [u8; 61]) -> PushBytesBuf
fn from(bytes: [u8; 61]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 62]> for PushBytesBuf
impl From<[u8; 62]> for PushBytesBuf
§fn from(bytes: [u8; 62]) -> PushBytesBuf
fn from(bytes: [u8; 62]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 63]> for PushBytesBuf
impl From<[u8; 63]> for PushBytesBuf
§fn from(bytes: [u8; 63]) -> PushBytesBuf
fn from(bytes: [u8; 63]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 64]> for PushBytesBuf
impl From<[u8; 64]> for PushBytesBuf
§fn from(bytes: [u8; 64]) -> PushBytesBuf
fn from(bytes: [u8; 64]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 65]> for PushBytesBuf
impl From<[u8; 65]> for PushBytesBuf
§fn from(bytes: [u8; 65]) -> PushBytesBuf
fn from(bytes: [u8; 65]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 66]> for PushBytesBuf
impl From<[u8; 66]> for PushBytesBuf
§fn from(bytes: [u8; 66]) -> PushBytesBuf
fn from(bytes: [u8; 66]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 67]> for PushBytesBuf
impl From<[u8; 67]> for PushBytesBuf
§fn from(bytes: [u8; 67]) -> PushBytesBuf
fn from(bytes: [u8; 67]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 68]> for PushBytesBuf
impl From<[u8; 68]> for PushBytesBuf
§fn from(bytes: [u8; 68]) -> PushBytesBuf
fn from(bytes: [u8; 68]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 69]> for PushBytesBuf
impl From<[u8; 69]> for PushBytesBuf
§fn from(bytes: [u8; 69]) -> PushBytesBuf
fn from(bytes: [u8; 69]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 7]> for PushBytesBuf
impl From<[u8; 7]> for PushBytesBuf
§fn from(bytes: [u8; 7]) -> PushBytesBuf
fn from(bytes: [u8; 7]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 70]> for PushBytesBuf
impl From<[u8; 70]> for PushBytesBuf
§fn from(bytes: [u8; 70]) -> PushBytesBuf
fn from(bytes: [u8; 70]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 71]> for PushBytesBuf
impl From<[u8; 71]> for PushBytesBuf
§fn from(bytes: [u8; 71]) -> PushBytesBuf
fn from(bytes: [u8; 71]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 72]> for PushBytesBuf
impl From<[u8; 72]> for PushBytesBuf
§fn from(bytes: [u8; 72]) -> PushBytesBuf
fn from(bytes: [u8; 72]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 73]> for PushBytesBuf
impl From<[u8; 73]> for PushBytesBuf
§fn from(bytes: [u8; 73]) -> PushBytesBuf
fn from(bytes: [u8; 73]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 74]> for PushBytesBuf
impl From<[u8; 74]> for PushBytesBuf
§fn from(bytes: [u8; 74]) -> PushBytesBuf
fn from(bytes: [u8; 74]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 75]> for PushBytesBuf
impl From<[u8; 75]> for PushBytesBuf
§fn from(bytes: [u8; 75]) -> PushBytesBuf
fn from(bytes: [u8; 75]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 76]> for PushBytesBuf
impl From<[u8; 76]> for PushBytesBuf
§fn from(bytes: [u8; 76]) -> PushBytesBuf
fn from(bytes: [u8; 76]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 8]> for PushBytesBuf
impl From<[u8; 8]> for PushBytesBuf
§fn from(bytes: [u8; 8]) -> PushBytesBuf
fn from(bytes: [u8; 8]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<[u8; 9]> for PushBytesBuf
impl From<[u8; 9]> for PushBytesBuf
§fn from(bytes: [u8; 9]) -> PushBytesBuf
fn from(bytes: [u8; 9]) -> PushBytesBuf
Converts to this type from the input type.
§impl From<PubkeyHash> for PushBytesBuf
impl From<PubkeyHash> for PushBytesBuf
§fn from(hash: PubkeyHash) -> PushBytesBuf
fn from(hash: PubkeyHash) -> PushBytesBuf
Converts to this type from the input type.
§impl From<PushBytesBuf> for Vec<u8>
impl From<PushBytesBuf> for Vec<u8>
§impl From<ScriptHash> for PushBytesBuf
impl From<ScriptHash> for PushBytesBuf
§fn from(hash: ScriptHash) -> PushBytesBuf
fn from(hash: ScriptHash) -> PushBytesBuf
Converts to this type from the input type.
§impl From<WPubkeyHash> for PushBytesBuf
impl From<WPubkeyHash> for PushBytesBuf
§fn from(hash: WPubkeyHash) -> PushBytesBuf
fn from(hash: WPubkeyHash) -> PushBytesBuf
Converts to this type from the input type.
§impl From<WScriptHash> for PushBytesBuf
impl From<WScriptHash> for PushBytesBuf
§fn from(hash: WScriptHash) -> PushBytesBuf
fn from(hash: WScriptHash) -> PushBytesBuf
Converts to this type from the input type.
§impl Hash for PushBytesBuf
impl Hash for PushBytesBuf
§impl Ord for PushBytesBuf
impl Ord for PushBytesBuf
§impl PartialEq for PushBytesBuf
impl PartialEq for PushBytesBuf
§fn eq(&self, other: &PushBytesBuf) -> bool
fn eq(&self, other: &PushBytesBuf) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl PartialOrd for PushBytesBuf
impl PartialOrd for PushBytesBuf
§fn partial_cmp(&self, other: &PushBytesBuf) -> Option<Ordering>
fn partial_cmp(&self, other: &PushBytesBuf) -> 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 more§impl TryFrom<Vec<u8>> for PushBytesBuf
impl TryFrom<Vec<u8>> for PushBytesBuf
§type Error = PushBytesError
type Error = PushBytesError
The type returned in the event of a conversion error.
impl Eq for PushBytesBuf
impl StructuralPartialEq for PushBytesBuf
Auto Trait Implementations§
impl Freeze for PushBytesBuf
impl RefUnwindSafe for PushBytesBuf
impl Send for PushBytesBuf
impl Sync for PushBytesBuf
impl Unpin for PushBytesBuf
impl UnwindSafe for PushBytesBuf
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more