pub struct MasterComponent { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Component for MasterComponent
impl Component for MasterComponent
Source§fn create_endpoint(
&self,
uri: &str,
ctx: &dyn ComponentContext,
) -> Result<Box<dyn Endpoint>, CamelError>
fn create_endpoint( &self, uri: &str, ctx: &dyn ComponentContext, ) -> Result<Box<dyn Endpoint>, CamelError>
Create an endpoint from a URI string.
Auto Trait Implementations§
impl Freeze for MasterComponent
impl RefUnwindSafe for MasterComponent
impl Send for MasterComponent
impl Sync for MasterComponent
impl Unpin for MasterComponent
impl UnsafeUnpin for MasterComponent
impl UnwindSafe for MasterComponent
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