[][src]Struct lnpbp::lnp::presentation::tlv::RawRecord

pub struct RawRecord(_);

Unknown TLV record represented by raw bytes

Trait Implementations

impl AsMut<<RawRecord as Wrapper>::Inner> for RawRecord[src]

impl AsRef<<RawRecord as Wrapper>::Inner> for RawRecord[src]

impl Borrow<<RawRecord as Wrapper>::Inner> for RawRecord[src]

impl BorrowMut<<RawRecord as Wrapper>::Inner> for RawRecord[src]

impl Clone for RawRecord[src]

impl Debug for RawRecord[src]

impl Default for RawRecord[src]

impl Deref for RawRecord[src]

type Target = Self::Inner

The resulting type after dereferencing.

impl DerefMut for RawRecord[src]

impl Display for RawRecord[src]

impl Eq for RawRecord[src]

impl From<Vec<u8>> for RawRecord[src]

impl Hash for RawRecord[src]

impl Ord for RawRecord[src]

impl PartialEq<RawRecord> for RawRecord[src]

impl PartialOrd<RawRecord> for RawRecord[src]

impl StructuralEq for RawRecord[src]

impl StructuralPartialEq for RawRecord[src]

impl Wrapper for RawRecord[src]

type Inner = Vec<u8>

Inner type wrapped by the current newtype

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,