Enum tc_table::TableType [−][src]
pub enum TableType { Index, ReadOnly, Table, Aggregate, IndexSlice, Limit, Merge, Selection, TableSlice, }
Variants
Trait Implementations
impl NativeClass for TableType
[src]
impl NativeClass for TableType
[src]impl StructuralEq for TableType
[src]
impl StructuralEq for TableType
[src]impl StructuralPartialEq for TableType
[src]
impl StructuralPartialEq for TableType
[src]Auto Trait Implementations
impl RefUnwindSafe for TableType
impl RefUnwindSafe for TableType
impl UnwindSafe for TableType
impl UnwindSafe for TableType
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>,