Struct google_cloud_spanner::session::SessionHandle [−][src]
pub struct SessionHandle {
pub session: Session,
pub spanner_client: Client,
// some fields omitted
}Expand description
Session
Fields
session: Sessionspanner_client: ClientImplementations
Auto Trait Implementations
impl !RefUnwindSafe for SessionHandle
impl Send for SessionHandle
impl Sync for SessionHandle
impl Unpin for SessionHandle
impl !UnwindSafe for SessionHandle
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