Struct google_cloud_spanner::transaction_ro::Partition [−][src]
pub struct Partition<T: Reader> {
pub reader: T,
}Fields
reader: TAuto Trait Implementations
impl<T> RefUnwindSafe for Partition<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Partition<T> where
T: UnwindSafe,
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