pub struct SnowflakeRow { /* private fields */ }
Implementations§
Source§impl SnowflakeRow
impl SnowflakeRow
pub fn get<T: SnowflakeDecode>(&self, column_name: &str) -> Result<T>
pub fn at<T: SnowflakeDecode>(&self, column_index: usize) -> Result<T>
pub fn column_names(&self) -> Vec<&str>
pub fn column_types(&self) -> Vec<SnowflakeColumn>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SnowflakeRow
impl RefUnwindSafe for SnowflakeRow
impl Send for SnowflakeRow
impl Sync for SnowflakeRow
impl Unpin for SnowflakeRow
impl UnwindSafe for SnowflakeRow
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