Struct spanner_rs::Row [−][src]
pub struct Row<'a> { /* fields omitted */ }Implementations
pub fn get_by_name<T>(&'a self, column_name: &str) -> Result<T, Error> where
T: FromSpanner<'a>,
Auto Trait Implementations
impl<'a> RefUnwindSafe for Row<'a>
impl<'a> UnwindSafe for Row<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more