pub struct CodexConnectorFactory;Expand description
ConnectorFactory for this profile.
Implementations§
Trait Implementations§
Source§impl ConnectorFactory for CodexConnectorFactory
impl ConnectorFactory for CodexConnectorFactory
Source§fn create(&self) -> Result<ConnectorInstance, ConnectorBuildError>
fn create(&self) -> Result<ConnectorInstance, ConnectorBuildError>
Create one instance (called once per Channel at runtime startup).
Source§impl Default for CodexConnectorFactory
impl Default for CodexConnectorFactory
Source§fn default() -> CodexConnectorFactory
fn default() -> CodexConnectorFactory
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CodexConnectorFactory
impl RefUnwindSafe for CodexConnectorFactory
impl Send for CodexConnectorFactory
impl Sync for CodexConnectorFactory
impl Unpin for CodexConnectorFactory
impl UnsafeUnpin for CodexConnectorFactory
impl UnwindSafe for CodexConnectorFactory
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