pub struct Clients {Show 16 fields
pub flight_plan: GrpcClient<RpcServiceClient<Channel>>,
pub group: GrpcClient<RpcServiceClient<Channel>>,
pub group_user_link: GrpcClient<RpcUserLinkClient<Channel>>,
pub group_vehicle_link: GrpcClient<RpcVehicleLinkClient<Channel>>,
pub group_vertipad_link: GrpcClient<RpcVertipadLinkClient<Channel>>,
pub group_vertiport_link: GrpcClient<RpcVertiportLinkClient<Channel>>,
pub user: GrpcClient<RpcServiceClient<Channel>>,
pub user_group_link: GrpcClient<RpcGroupLinkClient<Channel>>,
pub itinerary: GrpcClient<RpcServiceClient<Channel>>,
pub itinerary_flight_plan_link: GrpcClient<RpcFlightPlanLinkClient<Channel>>,
pub vehicle: GrpcClient<RpcServiceClient<Channel>>,
pub vehicle_group_link: GrpcClient<RpcGroupLinkClient<Channel>>,
pub vertipad: GrpcClient<RpcServiceClient<Channel>>,
pub vertipad_group_link: GrpcClient<RpcGroupLinkClient<Channel>>,
pub vertiport: GrpcClient<RpcServiceClient<Channel>>,
pub vertiport_group_link: GrpcClient<RpcGroupLinkClient<Channel>>,
}
Expand description
struct providing all available clients
Fields§
§flight_plan: GrpcClient<RpcServiceClient<Channel>>
GrpcClient representation of the FlightPlanClient
group: GrpcClient<RpcServiceClient<Channel>>
GrpcClient representation of the GroupClient
group_user_link: GrpcClient<RpcUserLinkClient<Channel>>
GrpcClient representation of the GroupUserClient
group_vehicle_link: GrpcClient<RpcVehicleLinkClient<Channel>>
GrpcClient representation of the GroupVehicleClient
group_vertipad_link: GrpcClient<RpcVertipadLinkClient<Channel>>
GrpcClient representation of the GroupVertipadClient
group_vertiport_link: GrpcClient<RpcVertiportLinkClient<Channel>>
GrpcClient representation of the GroupVertiportClient
user: GrpcClient<RpcServiceClient<Channel>>
GrpcClient representation of the UserClient
user_group_link: GrpcClient<RpcGroupLinkClient<Channel>>
GrpcClient representation of the UserGroupClient
itinerary: GrpcClient<RpcServiceClient<Channel>>
GrpcClient representation of the ItineraryClient
itinerary_flight_plan_link: GrpcClient<RpcFlightPlanLinkClient<Channel>>
GrpcClient representation of the ItineraryFlightPlanLinkClient
vehicle: GrpcClient<RpcServiceClient<Channel>>
GrpcClient representation of the VehicleClient
vehicle_group_link: GrpcClient<RpcGroupLinkClient<Channel>>
GrpcClient representation of the VehicleGroupClient
vertipad: GrpcClient<RpcServiceClient<Channel>>
GrpcClient representation of the VertipadClient
vertipad_group_link: GrpcClient<RpcGroupLinkClient<Channel>>
GrpcClient representation of the VertipadGroupClient
vertiport: GrpcClient<RpcServiceClient<Channel>>
GrpcClient representation of the VertiportClient
vertiport_group_link: GrpcClient<RpcGroupLinkClient<Channel>>
GrpcClient representation of the VertiportGroupClient
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Clients
impl Send for Clients
impl Sync for Clients
impl Unpin for Clients
impl !UnwindSafe for Clients
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
§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>
T
in a tonic::Request