Module svc_scheduler_client_grpc::prelude
source · Expand description
Re-export of used objects
Re-exports
pub use super::client as scheduler;
pub use super::service::Client as SchedulerServiceClient;
pub use scheduler::SchedulerClient;
Modules
- Re-export of used objects
Structs
- 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.
Enums
- Flight Priority Enum
Traits
- Generic gRPC Client trait to provide wrapper for [
GrpcClient
] struct creation