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

pub struct Bytes(_);

Implementations

impl Bytes[src]

pub fn new(bytes: Vec<u8>) -> Bytes[src]

Trait Implementations

impl Clone for Bytes[src]

impl Debug for Bytes[src]

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

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

impl Into<Bytes> for String[src]

impl<'a> Into<Bytes> for &'a str[src]

impl Into<Bytes> for bool[src]

impl Into<Bytes> for Uuid[src]

impl Into<Bytes> for IpAddr[src]

impl Into<Bytes> for f32[src]

impl Into<Bytes> for f64[src]

impl Into<Bytes> for PrimitiveDateTime[src]

impl Into<Bytes> for Blob[src]

impl Into<Bytes> for Decimal[src]

impl Into<Bytes> for i8[src]

impl Into<Bytes> for i16[src]

impl Into<Bytes> for i32[src]

impl Into<Bytes> for i64[src]

impl Into<Bytes> for u8[src]

impl Into<Bytes> for u16[src]

impl Into<Bytes> for u32[src]

impl Into<Bytes> for u64[src]

Auto Trait Implementations

impl RefUnwindSafe for Bytes

impl Send for Bytes

impl Sync for Bytes

impl Unpin for Bytes

impl UnwindSafe for Bytes

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.