Struct cassandra_protocol::types::value::Bytes
source · pub struct Bytes(_);
Implementations§
Trait Implementations§
source§impl<K, V> From<BTreeMap<K, V, Global>> for Byteswhere
K: Into<Bytes> + Hash + Eq,
V: Into<Bytes>,
impl<K, V> From<BTreeMap<K, V, Global>> for Byteswhere K: Into<Bytes> + Hash + Eq, V: Into<Bytes>,
source§impl<K, V> From<HashMap<K, V, RandomState>> for Byteswhere
K: Into<Bytes> + Hash + Eq,
V: Into<Bytes>,
impl<K, V> From<HashMap<K, V, RandomState>> for Byteswhere K: Into<Bytes> + Hash + Eq, V: Into<Bytes>,
source§impl From<NaiveDateTime> for Bytes
impl From<NaiveDateTime> for Bytes
source§fn from(value: NaiveDateTime) -> Self
fn from(value: NaiveDateTime) -> Self
Converts to this type from the input type.
source§impl From<NonZeroI16> for Bytes
impl From<NonZeroI16> for Bytes
source§fn from(value: NonZeroI16) -> Self
fn from(value: NonZeroI16) -> Self
Converts to this type from the input type.
source§impl From<NonZeroI32> for Bytes
impl From<NonZeroI32> for Bytes
source§fn from(value: NonZeroI32) -> Self
fn from(value: NonZeroI32) -> Self
Converts to this type from the input type.
source§impl From<NonZeroI64> for Bytes
impl From<NonZeroI64> for Bytes
source§fn from(value: NonZeroI64) -> Self
fn from(value: NonZeroI64) -> Self
Converts to this type from the input type.
source§impl From<PrimitiveDateTime> for Bytes
impl From<PrimitiveDateTime> for Bytes
source§fn from(value: PrimitiveDateTime) -> Self
fn from(value: PrimitiveDateTime) -> Self
Converts to this type from the input type.