Struct cassandra_cpp::ColumnMeta [−][src]
pub struct ColumnMeta(_);
Expand description
Column metadata
Implementations
impl ColumnMeta
[src]
impl ColumnMeta
[src]pub fn field_iter(&mut self) -> FieldIteratorⓘNotable traits for FieldIterator
impl Iterator for FieldIterator type Item = Field;
[src]
pub fn field_iter(&mut self) -> FieldIteratorⓘNotable traits for FieldIterator
impl Iterator for FieldIterator type Item = Field;
[src]returns an iterator over the fields of this column
pub fn get_type(&self) -> _CassColumnType
[src]
pub fn get_type(&self) -> _CassColumnType
[src]Gets the type of the column.
pub fn field_by_name(&self, name: &str) -> Option<Value>
[src]
pub fn field_by_name(&self, name: &str) -> Option<Value>
[src]Gets a metadata field for the provided name. Metadata fields allow direct access to the column data found in the underlying “columns” metadata table.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ColumnMeta
impl !Send for ColumnMeta
impl !Sync for ColumnMeta
impl Unpin for ColumnMeta
impl UnwindSafe for ColumnMeta
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized,
[src]
T: Send + Sync + UnwindSafe + ?Sized,