Struct fire_stream::handler::Configurator
source · pub struct Configurator<C> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<C: Clone> Clone for Configurator<C>
impl<C: Clone> Clone for Configurator<C>
source§fn clone(&self) -> Configurator<C>
fn clone(&self) -> Configurator<C>
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 more