pub struct RuntimePlugins { /* private fields */ }Implementations§
source§impl RuntimePlugins
impl RuntimePlugins
pub fn new() -> Self
pub fn with_client_plugin( self, plugin: impl RuntimePlugin + Send + Sync + 'static ) -> Self
pub fn with_operation_plugin( self, plugin: impl RuntimePlugin + Send + Sync + 'static ) -> Self
pub fn apply_client_configuration( &self, cfg: &mut ConfigBag, interceptors: &mut InterceptorRegistrar ) -> Result<(), BoxError>
pub fn apply_operation_configuration( &self, cfg: &mut ConfigBag, interceptors: &mut InterceptorRegistrar ) -> Result<(), BoxError>
Trait Implementations§
source§impl Default for RuntimePlugins
impl Default for RuntimePlugins
source§fn default() -> RuntimePlugins
fn default() -> RuntimePlugins
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for RuntimePlugins
impl Send for RuntimePlugins
impl Sync for RuntimePlugins
impl Unpin for RuntimePlugins
impl !UnwindSafe for RuntimePlugins
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