pub enum BinarySnapshotColumnType {
String,
Integer,
Float,
Boolean,
Json,
Bytes,
}Variants§
Trait Implementations§
Source§impl Clone for BinarySnapshotColumnType
impl Clone for BinarySnapshotColumnType
Source§fn clone(&self) -> BinarySnapshotColumnType
fn clone(&self) -> BinarySnapshotColumnType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BinarySnapshotColumnType
impl Debug for BinarySnapshotColumnType
Source§impl PartialEq for BinarySnapshotColumnType
impl PartialEq for BinarySnapshotColumnType
Source§fn eq(&self, other: &BinarySnapshotColumnType) -> bool
fn eq(&self, other: &BinarySnapshotColumnType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for BinarySnapshotColumnType
impl Eq for BinarySnapshotColumnType
impl StructuralPartialEq for BinarySnapshotColumnType
Auto Trait Implementations§
impl Freeze for BinarySnapshotColumnType
impl RefUnwindSafe for BinarySnapshotColumnType
impl Send for BinarySnapshotColumnType
impl Sync for BinarySnapshotColumnType
impl Unpin for BinarySnapshotColumnType
impl UnsafeUnpin for BinarySnapshotColumnType
impl UnwindSafe for BinarySnapshotColumnType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more