#[repr(transparent)]
pub struct PushBytes(/* private fields */);
Expand description

Byte slices that can be in Bitcoin script.

The encoding of Bitcoin script restricts data pushes to be less than 2^32 bytes long. This type represents slices that are guaranteed to be within the limit so they can be put in the script safely.

Implementations§

source§

impl PushBytes

source

pub fn empty() -> &'static Self

Creates an empty PushBytes.

source

pub fn as_bytes(&self) -> &[u8]

Returns the underlying bytes.

source

pub fn as_mut_bytes(&mut self) -> &mut [u8]

Returns the underlying mutbale bytes.

source§

impl PushBytes

source

pub fn len(&self) -> usize

Returns the number of bytes in buffer.

source

pub fn is_empty(&self) -> bool

Returns true if the buffer contains zero bytes.

Trait Implementations§

source§

impl AsMut<[u8]> for PushBytes

source§

fn as_mut(&mut self) -> &mut [u8]

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 0]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 1]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 10]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 11]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 12]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 13]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 14]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 15]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 16]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 17]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 18]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 19]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 2]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 20]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 21]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 22]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 23]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 24]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 25]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 26]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 27]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 28]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 29]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 3]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 30]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 31]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 32]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 33]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 34]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 35]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 36]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 37]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 38]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 39]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 4]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 40]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 41]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 42]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 43]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 44]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 45]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 46]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 47]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 48]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 49]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 5]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 50]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 51]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 52]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 53]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 54]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 55]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 56]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 57]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 58]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 59]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 6]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 60]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 61]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 62]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 63]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 64]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 65]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 66]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 67]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 68]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 69]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 7]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 70]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 71]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 72]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 73]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 8]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for [u8; 9]

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for PushBytes

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsMut<PushBytes> for PushBytesBuf

source§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
source§

impl AsRef<[u8]> for PushBytes

source§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 0]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 1]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 10]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 11]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 12]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 13]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 14]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 15]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 16]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 17]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 18]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 19]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 2]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 20]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 21]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 22]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 23]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 24]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 25]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 26]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 27]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 28]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 29]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 3]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 30]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 31]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 32]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 33]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 34]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 35]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 36]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 37]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 38]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 39]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 4]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 40]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 41]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 42]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 43]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 44]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 45]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 46]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 47]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 48]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 49]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 5]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 50]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 51]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 52]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 53]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 54]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 55]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 56]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 57]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 58]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 59]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 6]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 60]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 61]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 62]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 63]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 64]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 65]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 66]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 67]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 68]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 69]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 7]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 70]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 71]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 72]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 73]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 8]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for [u8; 9]

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for PubkeyHash

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for PushBytes

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for PushBytesBuf

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for ScriptHash

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for SerializedSignature

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for WPubkeyHash

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<PushBytes> for WScriptHash

source§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl Borrow<PushBytes> for PushBytesBuf

source§

fn borrow(&self) -> &PushBytes

Immutably borrows from an owned value. Read more
source§

impl BorrowMut<PushBytes> for PushBytesBuf

source§

fn borrow_mut(&mut self) -> &mut PushBytes

Mutably borrows from an owned value. Read more
source§

impl Debug for PushBytes

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'a> From<&'a [u8; 0]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 0]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 1]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 1]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 10]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 10]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 11]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 11]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 12]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 12]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 13]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 13]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 14]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 14]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 15]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 15]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 16]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 16]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 17]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 17]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 18]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 18]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 19]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 19]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 2]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 2]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 20]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 20]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 21]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 21]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 22]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 22]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 23]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 23]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 24]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 24]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 25]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 25]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 26]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 26]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 27]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 27]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 28]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 28]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 29]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 29]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 3]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 3]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 30]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 30]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 31]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 31]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 32]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 32]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 33]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 33]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 34]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 34]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 35]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 35]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 36]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 36]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 37]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 37]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 38]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 38]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 39]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 39]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 4]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 4]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 40]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 40]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 41]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 41]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 42]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 42]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 43]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 43]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 44]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 44]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 45]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 45]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 46]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 46]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 47]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 47]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 48]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 48]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 49]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 49]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 5]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 5]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 50]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 50]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 51]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 51]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 52]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 52]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 53]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 53]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 54]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 54]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 55]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 55]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 56]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 56]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 57]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 57]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 58]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 58]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 59]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 59]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 6]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 6]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 60]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 60]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 61]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 61]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 62]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 62]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 63]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 63]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 64]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 64]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 65]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 65]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 66]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 66]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 67]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 67]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 68]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 68]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 69]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 69]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 7]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 7]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 70]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 70]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 71]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 71]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 72]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 72]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 73]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 73]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 8]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 8]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a [u8; 9]> for &'a PushBytes

source§

fn from(bytes: &'a [u8; 9]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 0]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 0]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 1]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 1]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 10]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 10]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 11]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 11]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 12]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 12]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 13]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 13]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 14]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 14]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 15]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 15]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 16]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 16]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 17]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 17]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 18]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 18]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 19]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 19]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 2]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 2]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 20]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 20]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 21]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 21]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 22]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 22]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 23]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 23]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 24]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 24]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 25]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 25]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 26]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 26]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 27]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 27]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 28]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 28]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 29]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 29]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 3]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 3]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 30]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 30]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 31]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 31]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 32]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 32]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 33]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 33]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 34]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 34]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 35]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 35]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 36]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 36]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 37]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 37]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 38]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 38]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 39]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 39]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 4]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 4]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 40]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 40]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 41]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 41]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 42]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 42]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 43]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 43]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 44]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 44]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 45]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 45]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 46]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 46]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 47]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 47]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 48]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 48]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 49]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 49]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 5]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 5]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 50]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 50]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 51]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 51]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 52]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 52]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 53]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 53]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 54]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 54]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 55]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 55]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 56]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 56]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 57]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 57]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 58]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 58]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 59]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 59]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 6]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 6]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 60]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 60]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 61]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 61]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 62]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 62]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 63]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 63]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 64]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 64]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 65]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 65]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 66]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 66]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 67]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 67]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 68]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 68]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 69]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 69]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 7]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 7]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 70]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 70]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 71]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 71]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 72]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 72]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 73]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 73]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 8]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 8]) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a mut [u8; 9]> for &'a mut PushBytes

source§

fn from(bytes: &'a mut [u8; 9]) -> Self

Converts to this type from the input type.
source§

impl Hash for PushBytes

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
source§

impl Index<(Bound<usize>, Bound<usize>)> for PushBytes

Script subslicing operation - read slicing safety!

§

type Output = PushBytes

The returned type after indexing.
source§

fn index(&self, index: (Bound<usize>, Bound<usize>)) -> &Self::Output

Performs the indexing (container[index]) operation. Read more
source§

impl Index<Range<usize>> for PushBytes

Script subslicing operation - read slicing safety!

§

type Output = PushBytes

The returned type after indexing.
source§

fn index(&self, index: Range<usize>) -> &Self::Output

Performs the indexing (container[index]) operation. Read more
source§

impl Index<RangeFrom<usize>> for PushBytes

Script subslicing operation - read slicing safety!

§

type Output = PushBytes

The returned type after indexing.
source§

fn index(&self, index: RangeFrom<usize>) -> &Self::Output

Performs the indexing (container[index]) operation. Read more
source§

impl Index<RangeFull> for PushBytes

Script subslicing operation - read slicing safety!

§

type Output = PushBytes

The returned type after indexing.
source§

fn index(&self, index: RangeFull) -> &Self::Output

Performs the indexing (container[index]) operation. Read more
source§

impl Index<RangeInclusive<usize>> for PushBytes

Script subslicing operation - read slicing safety!

§

type Output = PushBytes

The returned type after indexing.
source§

fn index(&self, index: RangeInclusive<usize>) -> &Self::Output

Performs the indexing (container[index]) operation. Read more
source§

impl Index<RangeTo<usize>> for PushBytes

Script subslicing operation - read slicing safety!

§

type Output = PushBytes

The returned type after indexing.
source§

fn index(&self, index: RangeTo<usize>) -> &Self::Output

Performs the indexing (container[index]) operation. Read more
source§

impl Index<RangeToInclusive<usize>> for PushBytes

Script subslicing operation - read slicing safety!

§

type Output = PushBytes

The returned type after indexing.
source§

fn index(&self, index: RangeToInclusive<usize>) -> &Self::Output

Performs the indexing (container[index]) operation. Read more
source§

impl Index<usize> for PushBytes

§

type Output = u8

The returned type after indexing.
source§

fn index(&self, index: usize) -> &Self::Output

Performs the indexing (container[index]) operation. Read more
source§

impl Ord for PushBytes

source§

fn cmp(&self, other: &PushBytes) -> Ordering

This method returns an Ordering between self and other. Read more
source§

impl PartialEq<PushBytes> for PushBytes

source§

fn eq(&self, other: &PushBytes) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd<PushBytes> for PushBytes

source§

fn partial_cmp(&self, other: &PushBytes) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

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
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl ToOwned for PushBytes

§

type Owned = PushBytesBuf

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> Self::Owned

Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · source§

fn clone_into(&self, target: &mut Self::Owned)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<'a> TryFrom<&'a [u8]> for &'a PushBytes

§

type Error = PushBytesError

The type returned in the event of a conversion error.
source§

fn try_from(bytes: &'a [u8]) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a mut [u8]> for &'a mut PushBytes

§

type Error = PushBytesError

The type returned in the event of a conversion error.
source§

fn try_from(bytes: &'a mut [u8]) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl Eq for PushBytes

source§

impl StructuralEq for PushBytes

source§

impl StructuralPartialEq for PushBytes

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more