[−][src]Struct chirpstack_api::as_pb::external::api::FUOTADeploymentServiceClient
Trait Implementations
impl ClientStub for FUOTADeploymentServiceClient[src]
fn with_client(grpc_client: Arc<Client>) -> Self[src]
impl FUOTADeploymentService for FUOTADeploymentServiceClient[src]
fn create_for_device(
&self,
o: RequestOptions,
p: CreateFUOTADeploymentForDeviceRequest
) -> SingleResponse<CreateFUOTADeploymentForDeviceResponse>[src]
&self,
o: RequestOptions,
p: CreateFUOTADeploymentForDeviceRequest
) -> SingleResponse<CreateFUOTADeploymentForDeviceResponse>
fn get(
&self,
o: RequestOptions,
p: GetFUOTADeploymentRequest
) -> SingleResponse<GetFUOTADeploymentResponse>[src]
&self,
o: RequestOptions,
p: GetFUOTADeploymentRequest
) -> SingleResponse<GetFUOTADeploymentResponse>
fn list(
&self,
o: RequestOptions,
p: ListFUOTADeploymentRequest
) -> SingleResponse<ListFUOTADeploymentResponse>[src]
&self,
o: RequestOptions,
p: ListFUOTADeploymentRequest
) -> SingleResponse<ListFUOTADeploymentResponse>
fn get_deployment_device(
&self,
o: RequestOptions,
p: GetFUOTADeploymentDeviceRequest
) -> SingleResponse<GetFUOTADeploymentDeviceResponse>[src]
&self,
o: RequestOptions,
p: GetFUOTADeploymentDeviceRequest
) -> SingleResponse<GetFUOTADeploymentDeviceResponse>
fn list_deployment_devices(
&self,
o: RequestOptions,
p: ListFUOTADeploymentDevicesRequest
) -> SingleResponse<ListFUOTADeploymentDevicesResponse>[src]
&self,
o: RequestOptions,
p: ListFUOTADeploymentDevicesRequest
) -> SingleResponse<ListFUOTADeploymentDevicesResponse>
Auto Trait Implementations
impl !RefUnwindSafe for FUOTADeploymentServiceClient
impl Send for FUOTADeploymentServiceClient
impl Sync for FUOTADeploymentServiceClient
impl Unpin for FUOTADeploymentServiceClient
impl !UnwindSafe for FUOTADeploymentServiceClient
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<C> ClientStubExt for C where
C: ClientStub, [src]
C: ClientStub,
fn new_plain(host: &str, port: u16, conf: ClientConf) -> Result<C, Error>[src]
fn new_tls<T>(host: &str, port: u16, conf: ClientConf) -> Result<C, Error> where
T: TlsConnector, [src]
T: TlsConnector,
fn new_plain_unix(addr: &str, conf: ClientConf) -> Result<C, Error>[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,