Struct bee_message::prelude::TailTransactionHash [−][src]
pub struct TailTransactionHash(_);
Represents a tail transaction hash of a legacy bundle.
Implementations
Trait Implementations
impl Clone for TailTransactionHash[src]
impl Clone for TailTransactionHash[src]fn clone(&self) -> TailTransactionHash[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Eq for TailTransactionHash[src]
impl Eq for TailTransactionHash[src]impl Packable for TailTransactionHash[src]
impl Packable for TailTransactionHash[src]type Error = Error
Associated error type.
fn packed_len(&self) -> usize[src]
fn pack<W: Write>(&self, writer: &mut W) -> Result<(), Self::Error>[src]
fn unpack_inner<R: Read + ?Sized, const CHECK: bool>(
reader: &mut R
) -> Result<Self, Self::Error>[src]
reader: &mut R
) -> Result<Self, Self::Error>
pub fn pack_new(&self) -> Vec<u8, Global>[src]
pub fn unpack<R>(reader: &mut R) -> Result<Self, Self::Error> where
R: Read + ?Sized, [src]
R: Read + ?Sized,
pub fn unpack_unchecked<R>(reader: &mut R) -> Result<Self, Self::Error> where
R: Read + ?Sized, [src]
R: Read + ?Sized,
impl PartialEq<TailTransactionHash> for TailTransactionHash[src]
impl PartialEq<TailTransactionHash> for TailTransactionHash[src]fn eq(&self, other: &TailTransactionHash) -> bool[src]
fn ne(&self, other: &TailTransactionHash) -> bool[src]
impl StructuralEq for TailTransactionHash[src]
impl StructuralEq for TailTransactionHash[src]Auto Trait Implementations
impl RefUnwindSafe for TailTransactionHash
impl RefUnwindSafe for TailTransactionHashimpl Send for TailTransactionHash
impl Send for TailTransactionHashimpl Sync for TailTransactionHash
impl Sync for TailTransactionHashimpl Unpin for TailTransactionHash
impl Unpin for TailTransactionHashimpl UnwindSafe for TailTransactionHash
impl UnwindSafe for TailTransactionHashBlanket Implementations
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self
impl<T> ToBase32 for T where
T: AsRef<[u8]>, [src]
impl<T> ToBase32 for T where
T: AsRef<[u8]>, [src]pub fn write_base32<W>(
&self,
writer: &mut W
) -> Result<(), <W as WriteBase32>::Err> where
W: WriteBase32, [src]
&self,
writer: &mut W
) -> Result<(), <W as WriteBase32>::Err> where
W: WriteBase32,
pub fn to_base32(&self) -> Vec<u5, Global>[src]
impl<T> ToHex for T where
T: AsRef<[u8]>, [src]
impl<T> ToHex for T where
T: AsRef<[u8]>, [src]pub fn encode_hex<U>(&self) -> U where
U: FromIterator<char>, [src]
U: FromIterator<char>,
pub fn encode_hex_upper<U>(&self) -> U where
U: FromIterator<char>, [src]
U: FromIterator<char>,