Struct kvproto::configpb_grpc::ConfigClient [−][src]
Implementations
impl ConfigClient
[src]
pub fn new(channel: Channel) -> Self
[src]
pub fn create_opt(
&self,
req: &CreateRequest,
opt: CallOption
) -> Result<CreateResponse>
[src]
&self,
req: &CreateRequest,
opt: CallOption
) -> Result<CreateResponse>
pub fn create(&self, req: &CreateRequest) -> Result<CreateResponse>
[src]
pub fn create_async_opt(
&self,
req: &CreateRequest,
opt: CallOption
) -> Result<ClientUnaryReceiver<CreateResponse>>
[src]
&self,
req: &CreateRequest,
opt: CallOption
) -> Result<ClientUnaryReceiver<CreateResponse>>
pub fn create_async(
&self,
req: &CreateRequest
) -> Result<ClientUnaryReceiver<CreateResponse>>
[src]
&self,
req: &CreateRequest
) -> Result<ClientUnaryReceiver<CreateResponse>>
pub fn get_all_opt(
&self,
req: &GetAllRequest,
opt: CallOption
) -> Result<GetAllResponse>
[src]
&self,
req: &GetAllRequest,
opt: CallOption
) -> Result<GetAllResponse>
pub fn get_all(&self, req: &GetAllRequest) -> Result<GetAllResponse>
[src]
pub fn get_all_async_opt(
&self,
req: &GetAllRequest,
opt: CallOption
) -> Result<ClientUnaryReceiver<GetAllResponse>>
[src]
&self,
req: &GetAllRequest,
opt: CallOption
) -> Result<ClientUnaryReceiver<GetAllResponse>>
pub fn get_all_async(
&self,
req: &GetAllRequest
) -> Result<ClientUnaryReceiver<GetAllResponse>>
[src]
&self,
req: &GetAllRequest
) -> Result<ClientUnaryReceiver<GetAllResponse>>
pub fn get_opt(&self, req: &GetRequest, opt: CallOption) -> Result<GetResponse>
[src]
pub fn get(&self, req: &GetRequest) -> Result<GetResponse>
[src]
pub fn get_async_opt(
&self,
req: &GetRequest,
opt: CallOption
) -> Result<ClientUnaryReceiver<GetResponse>>
[src]
&self,
req: &GetRequest,
opt: CallOption
) -> Result<ClientUnaryReceiver<GetResponse>>
pub fn get_async(
&self,
req: &GetRequest
) -> Result<ClientUnaryReceiver<GetResponse>>
[src]
&self,
req: &GetRequest
) -> Result<ClientUnaryReceiver<GetResponse>>
pub fn update_opt(
&self,
req: &UpdateRequest,
opt: CallOption
) -> Result<UpdateResponse>
[src]
&self,
req: &UpdateRequest,
opt: CallOption
) -> Result<UpdateResponse>
pub fn update(&self, req: &UpdateRequest) -> Result<UpdateResponse>
[src]
pub fn update_async_opt(
&self,
req: &UpdateRequest,
opt: CallOption
) -> Result<ClientUnaryReceiver<UpdateResponse>>
[src]
&self,
req: &UpdateRequest,
opt: CallOption
) -> Result<ClientUnaryReceiver<UpdateResponse>>
pub fn update_async(
&self,
req: &UpdateRequest
) -> Result<ClientUnaryReceiver<UpdateResponse>>
[src]
&self,
req: &UpdateRequest
) -> Result<ClientUnaryReceiver<UpdateResponse>>
pub fn delete_opt(
&self,
req: &DeleteRequest,
opt: CallOption
) -> Result<DeleteResponse>
[src]
&self,
req: &DeleteRequest,
opt: CallOption
) -> Result<DeleteResponse>
pub fn delete(&self, req: &DeleteRequest) -> Result<DeleteResponse>
[src]
pub fn delete_async_opt(
&self,
req: &DeleteRequest,
opt: CallOption
) -> Result<ClientUnaryReceiver<DeleteResponse>>
[src]
&self,
req: &DeleteRequest,
opt: CallOption
) -> Result<ClientUnaryReceiver<DeleteResponse>>
pub fn delete_async(
&self,
req: &DeleteRequest
) -> Result<ClientUnaryReceiver<DeleteResponse>>
[src]
&self,
req: &DeleteRequest
) -> Result<ClientUnaryReceiver<DeleteResponse>>
pub fn spawn<F>(&self, f: F) where
F: Future<Output = ()> + Send + 'static,
[src]
F: Future<Output = ()> + Send + 'static,
Trait Implementations
impl Clone for ConfigClient
[src]
fn clone(&self) -> ConfigClient
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
Auto Trait Implementations
impl !RefUnwindSafe for ConfigClient
impl Send for ConfigClient
impl Sync for ConfigClient
impl Unpin for ConfigClient
impl !UnwindSafe for ConfigClient
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,
pub fn borrow_mut(&mut self) -> &mut T
[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> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
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.
pub 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>,