[−][src]Struct chirpstack_api::nc::NetworkControllerServiceClient  
Trait Implementations
impl ClientStub for NetworkControllerServiceClient[src]
fn with_client(grpc_client: Arc<Client>) -> Self[src]
impl NetworkControllerService for NetworkControllerServiceClient[src]
fn handle_uplink_meta_data(
    &self, 
    o: RequestOptions, 
    p: HandleUplinkMetaDataRequest
) -> SingleResponse<Empty>[src]
&self,
o: RequestOptions,
p: HandleUplinkMetaDataRequest
) -> SingleResponse<Empty>
fn handle_downlink_meta_data(
    &self, 
    o: RequestOptions, 
    p: HandleDownlinkMetaDataRequest
) -> SingleResponse<Empty>[src]
&self,
o: RequestOptions,
p: HandleDownlinkMetaDataRequest
) -> SingleResponse<Empty>
fn handle_uplink_mac_command(
    &self, 
    o: RequestOptions, 
    p: HandleUplinkMACCommandRequest
) -> SingleResponse<Empty>[src]
&self,
o: RequestOptions,
p: HandleUplinkMACCommandRequest
) -> SingleResponse<Empty>
Auto Trait Implementations
impl !RefUnwindSafe for NetworkControllerServiceClient
impl Send for NetworkControllerServiceClient
impl Sync for NetworkControllerServiceClient
impl Unpin for NetworkControllerServiceClient
impl !UnwindSafe for NetworkControllerServiceClient
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>,