Struct fluvio_smartengine::SmartEngine
source · pub struct SmartEngine(_);Implementations§
source§impl SmartEngine
impl SmartEngine
Trait Implementations§
source§impl Clone for SmartEngine
impl Clone for SmartEngine
source§fn clone(&self) -> SmartEngine
fn clone(&self) -> SmartEngine
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
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§
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