pub struct OpsCore {}Trait Implementations§
Source§impl OpBootstrapEncoder for OpsCore
impl OpBootstrapEncoder for OpsCore
async fn hello<D>(
&self,
dispatcher: &D,
request: HelloRequest,
) -> Result<StandardPendingOp<HelloResponse>>where
D: Dispatcher,
async fn get_error_map<D>(
&self,
dispatcher: &D,
request: GetErrorMapRequest,
) -> Result<StandardPendingOp<GetErrorMapResponse>>where
D: Dispatcher,
async fn select_bucket<D>(
&self,
dispatcher: &D,
request: SelectBucketRequest,
) -> Result<StandardPendingOp<SelectBucketResponse>>where
D: Dispatcher,
async fn get_cluster_config<D>(
&self,
dispatcher: &D,
request: GetClusterConfigRequest,
) -> Result<StandardPendingOp<GetClusterConfigResponse>>where
D: Dispatcher,
Source§impl OpSASLAutoEncoder for OpsCore
impl OpSASLAutoEncoder for OpsCore
async fn sasl_list_mechs<D>(
&self,
dispatcher: &D,
_request: SASLListMechsRequest,
) -> Result<StandardPendingOp<SASLListMechsResponse>>where
D: Dispatcher,
Source§impl OpSASLPlainEncoder for OpsCore
impl OpSASLPlainEncoder for OpsCore
async fn sasl_auth<D>(
&self,
dispatcher: &D,
request: SASLAuthRequest,
) -> Result<StandardPendingOp<SASLAuthResponse>>where
D: Dispatcher,
Source§impl OpSASLScramEncoder for OpsCore
impl OpSASLScramEncoder for OpsCore
async fn sasl_step<D>(
&self,
dispatcher: &D,
request: SASLStepRequest,
) -> Result<StandardPendingOp<SASLStepResponse>>where
D: Dispatcher,
impl OpSASLAuthByNameEncoder for OpsCore
Auto Trait Implementations§
impl Freeze for OpsCore
impl RefUnwindSafe for OpsCore
impl Send for OpsCore
impl Sync for OpsCore
impl Unpin for OpsCore
impl UnsafeUnpin for OpsCore
impl UnwindSafe for OpsCore
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
Mutably borrows from an owned value. Read more