pub struct Bytes(_);
Implementations
Trait Implementations
sourceimpl<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>,
sourceimpl<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>,
sourceimpl From<NaiveDateTime> for Bytes
impl From<NaiveDateTime> for Bytes
sourcefn from(value: NaiveDateTime) -> Self
fn from(value: NaiveDateTime) -> Self
Converts to this type from the input type.
sourceimpl From<NonZeroI16> for Bytes
impl From<NonZeroI16> for Bytes
sourcefn from(value: NonZeroI16) -> Self
fn from(value: NonZeroI16) -> Self
Converts to this type from the input type.
sourceimpl From<NonZeroI32> for Bytes
impl From<NonZeroI32> for Bytes
sourcefn from(value: NonZeroI32) -> Self
fn from(value: NonZeroI32) -> Self
Converts to this type from the input type.
sourceimpl From<NonZeroI64> for Bytes
impl From<NonZeroI64> for Bytes
sourcefn from(value: NonZeroI64) -> Self
fn from(value: NonZeroI64) -> Self
Converts to this type from the input type.
sourceimpl From<PrimitiveDateTime> for Bytes
impl From<PrimitiveDateTime> for Bytes
sourcefn from(value: PrimitiveDateTime) -> Self
fn from(value: PrimitiveDateTime) -> Self
Converts to this type from the input type.
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more