pub type RutabagaDebugHandler = RutabagaHandler<RutabagaDebug>;
Aliased Type§
struct RutabagaDebugHandler { /* private fields */ }
Implementations
Trait Implementations
Source§impl<S: Clone> Clone for RutabagaHandler<S>
impl<S: Clone> Clone for RutabagaHandler<S>
Source§fn clone(&self) -> RutabagaHandler<S>
fn clone(&self) -> RutabagaHandler<S>
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