Struct fluvio_smartengine::SmartModuleConfig
source · [−]pub struct SmartModuleConfig { /* private fields */ }Expand description
SmartModule configuration
Implementations
sourceimpl SmartModuleConfig
impl SmartModuleConfig
pub fn builder() -> SmartModuleConfigBuilder
Auto Trait Implementations
impl RefUnwindSafe for SmartModuleConfig
impl Send for SmartModuleConfig
impl Sync for SmartModuleConfig
impl Unpin for SmartModuleConfig
impl UnwindSafe for SmartModuleConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more