Struct tc_table::Column [−][src]
A Column
used in the schema of a BTree
.
Fields
name: Id
dtype: ValueType
max_len: Option<usize>
Implementations
Trait Implementations
impl FromStream for Column
[src]
impl FromStream for Column
[src]type Context = ()
The decoding context of this type, useful in situations where the stream to be decoded may be too large to hold in main memory. Read more
pub fn from_stream<'life0, 'async_trait, D>(
__arg0: (),
decoder: &'life0 mut D
) -> Pin<Box<dyn Future<Output = Result<Column, <D as Decoder>::Error>> + 'async_trait + Send, Global>> where
'life0: 'async_trait,
D: Decoder + 'async_trait,
Column: 'async_trait,
[src]
__arg0: (),
decoder: &'life0 mut D
) -> Pin<Box<dyn Future<Output = Result<Column, <D as Decoder>::Error>> + 'async_trait + Send, Global>> where
'life0: 'async_trait,
D: Decoder + 'async_trait,
Column: 'async_trait,
impl<'en> IntoStream<'en> for Column
[src]
impl<'en> IntoStream<'en> for Column
[src]impl StructuralEq for Column
[src]
impl StructuralEq for Column
[src]impl StructuralPartialEq for Column
[src]
impl StructuralPartialEq for Column
[src]impl TryCastFrom<Value> for Column
[src]
impl TryCastFrom<Value> for Column
[src]pub fn can_cast_from(value: &Value) -> bool
[src]
pub fn opt_cast_from(value: Value) -> Option<Column>
[src]
pub fn try_cast_from<Err, OnErr>(value: T, on_err: OnErr) -> Result<Self, Err> where
OnErr: FnOnce(&T) -> Err,
[src]
OnErr: FnOnce(&T) -> Err,
Auto Trait Implementations
impl RefUnwindSafe for Column
impl RefUnwindSafe for Column
impl UnwindSafe for Column
impl UnwindSafe for Column
Blanket Implementations
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<F, T> TryCastFrom<F> for T where
T: CastFrom<F>,
[src]
impl<F, T> TryCastFrom<F> for T where
T: CastFrom<F>,
[src]pub fn can_cast_from(&F) -> bool
[src]
pub fn opt_cast_from(f: F) -> Option<T>
[src]
pub fn try_cast_from<Err, OnErr>(value: T, on_err: OnErr) -> Result<Self, Err> where
OnErr: FnOnce(&T) -> Err,
[src]
OnErr: FnOnce(&T) -> Err,
impl<F, T> TryCastInto<T> for F where
T: TryCastFrom<F>,
[src]
impl<F, T> TryCastInto<T> for F where
T: TryCastFrom<F>,
[src]pub fn can_cast_into(&self) -> bool
[src]
pub fn opt_cast_into(self) -> Option<T>
[src]
pub fn try_cast_into<Err, OnErr>(self, on_err: OnErr) -> Result<T, Err> where
OnErr: FnOnce(&Self) -> Err,
[src]
OnErr: FnOnce(&Self) -> Err,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,