Enum vonuvoli_scheme::exports::BytesMutableInternals[][src]

pub enum BytesMutableInternals {
    Owned(StdVec<u8>),
    Cow(StdRc<StdBox<[u8]>>),
}

Variants

Trait Implementations

impl Debug for BytesMutableInternals
[src]

Formats the value using the given formatter. Read more

impl StdAsRef<[u8]> for BytesMutableInternals
[src]

Important traits for &'a [u8]

Performs the conversion.

impl StdAsRefMut<StdVec<u8>> for BytesMutableInternals
[src]

Important traits for Vec<u8>

Performs the conversion.

Auto Trait Implementations