pub struct RedisBundle { /* private fields */ }Trait Implementations§
Source§impl ComponentBundle for RedisBundle
impl ComponentBundle for RedisBundle
Source§fn config_key() -> &'static str
fn config_key() -> &'static str
Key under [components.] in Camel.toml.
Source§fn from_toml(value: Value) -> Result<Self, CamelError>
fn from_toml(value: Value) -> Result<Self, CamelError>
Deserialize the raw toml::Value block for this bundle.
Source§fn register_all(self, ctx: &mut dyn ComponentRegistrar)
fn register_all(self, ctx: &mut dyn ComponentRegistrar)
Register all schemes this bundle owns into the context.
Auto Trait Implementations§
impl Freeze for RedisBundle
impl RefUnwindSafe for RedisBundle
impl Send for RedisBundle
impl Sync for RedisBundle
impl Unpin for RedisBundle
impl UnsafeUnpin for RedisBundle
impl UnwindSafe for RedisBundle
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