Struct fluvio_smartengine::SmartEngine
source · [−]pub struct SmartEngine(_);Implementations
sourceimpl SmartEngine
impl SmartEngine
sourceimpl SmartEngine
impl SmartEngine
sourcepub fn builder(&self) -> SmartModuleChainBuilder
pub fn builder(&self) -> SmartModuleChainBuilder
create new chain builder
Trait Implementations
sourceimpl Clone for SmartEngine
impl Clone for SmartEngine
sourcefn clone(&self) -> SmartEngine
fn clone(&self) -> SmartEngine
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl !RefUnwindSafe for SmartEngine
impl Send for SmartEngine
impl Sync for SmartEngine
impl Unpin for SmartEngine
impl !UnwindSafe for SmartEngine
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