Struct spanner_rs::Struct [−][src]
pub struct Struct(_, _);Expand description
The Cloud Spanner value for the Struct type.
Implementations
Creates a new Struct with the provided type and values.
Panics
If the provided StructType does not have the same number of fields as the number of provided values.
Returns a reference to this Struct’s type.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Struct
impl UnwindSafe for Struct
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