pub struct ChainOperatorFactory { /* private fields */ }Implementations§
Source§impl ChainOperatorFactory
impl ChainOperatorFactory
pub fn new<I>(factories: I) -> Self
pub fn builder() -> ChainOperatorFactoryBuilder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChainOperatorFactory
impl !RefUnwindSafe for ChainOperatorFactory
impl Send for ChainOperatorFactory
impl Sync for ChainOperatorFactory
impl Unpin for ChainOperatorFactory
impl !UnwindSafe for ChainOperatorFactory
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