Type Alias holochain::prelude::BoxData

pub type BoxData = XSalsa20Poly1305Data;

Aliased Type§

struct BoxData(/* private fields */);

Trait Implementations§

§

impl AsRef<[u8]> for XSalsa20Poly1305Data

§

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

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

impl Clone for XSalsa20Poly1305Data

§

fn clone(&self) -> XSalsa20Poly1305Data

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for XSalsa20Poly1305Data

§

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

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for XSalsa20Poly1305Data

§

fn deserialize<__D>( __deserializer: __D ) -> Result<XSalsa20Poly1305Data, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl From<Vec<u8, Global>> for XSalsa20Poly1305Data

§

fn from(v: Vec<u8, Global>) -> XSalsa20Poly1305Data

Converts to this type from the input type.
§

impl PartialEq<XSalsa20Poly1305Data> for XSalsa20Poly1305Data

§

fn eq(&self, other: &XSalsa20Poly1305Data) -> 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.
§

impl Serialize for XSalsa20Poly1305Data

§

fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl Eq for XSalsa20Poly1305Data

§

impl StructuralEq for XSalsa20Poly1305Data

§

impl StructuralPartialEq for XSalsa20Poly1305Data