Enum svc_storage::grpc::GrpcField
source · pub enum GrpcField {
}
Expand description
gRPC field types
Variants§
Bytes(Vec<u8>)
Byte Array
StringList(Vec<String>)
Vec<String>
String(String)
String
I64List(Vec<i64>)
Vec<i64>
I64(i64)
i64
F64(f64)
f64
I32(i32)
i32
U32List(Vec<u32>)
Vec<u32>
U32(u32)
u32
F32(f32)
f32
Bool(bool)
bool
I16(i16)
i16
Timestamp(Timestamp)
Timestamp
GeoPoint(Point)
Geometric Point
GeoPolygon(Polygon)
Geometric Polygon
GeoLineString(LineString)
Geometric Line
Option(GrpcFieldOption)
Option GrpcFieldOption
Trait Implementations§
source§impl From<GrpcField> for LineString
impl From<GrpcField> for LineString
source§impl PartialEq for GrpcField
impl PartialEq for GrpcField
impl StructuralPartialEq for GrpcField
Auto Trait Implementations§
impl RefUnwindSafe for GrpcField
impl Send for GrpcField
impl Sync for GrpcField
impl Unpin for GrpcField
impl UnwindSafe for GrpcField
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
§impl<T> CloneAny for T
impl<T> CloneAny for T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request
§impl<I> IntoResettable<String> for I
impl<I> IntoResettable<String> for I
§fn into_resettable(self) -> Resettable<String>
fn into_resettable(self) -> Resettable<String>
Convert to the intended resettable type