Struct cdrs::types::value::Bytes [] [src]

pub struct Bytes(_);

Methods

impl Bytes
[src]

[src]

Trait Implementations

impl Debug for Bytes
[src]

[src]

Formats the value using the given formatter.

impl Clone for Bytes
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Into<Bytes> + Clone + Debug> From<Vec<T>> for Bytes
[src]

[src]

Performs the conversion.

impl<K, V> From<HashMap<K, V>> for Bytes where
    K: Into<Bytes> + Clone + Debug + Hash + Eq,
    V: Into<Bytes> + Clone + Debug
[src]

[src]

Performs the conversion.