Module svc_storage_client_grpc::prelude
source · Expand description
Re-export of used objects
Re-exports
pub use crate::Clients;pub use crate::link_service;pub use crate::simple_service;pub use crate::simple_service_linked;pub use link_service::Client as LinkClient;pub use simple_service::Client as SimpleClient;pub use simple_service_linked::Client as SimpleLinkedClient;pub use crate::resources::grpc_geo_types::*;pub use crate::resources::*;
Structs
FieldMaskrepresents a set of symbolic field paths, for example:- A Timestamp represents a point in time independent of any time zone or local calendar, encoded as a count of seconds and fractions of seconds at nanosecond resolution. The count is relative to an epoch at UTC midnight on January 1, 1970, in the proleptic Gregorian calendar which extends the Gregorian calendar backwards to year one.
Traits
- Generic gRPC Client trait to provide wrapper for [
GrpcClient] struct creation