Trait tract_pulse::internal::tract_core::ops::FrozenOpState    
pub trait FrozenOpState: Debug + DynClone + Send + 'static {
    // Required method
    fn unfreeze(&self) -> Box<dyn OpState>;
}Required Methods§
Trait Implementations§
§impl<'clone> Clone for Box<dyn FrozenOpState + 'clone>
 
impl<'clone> Clone for Box<dyn FrozenOpState + 'clone>
§fn clone(&self) -> Box<dyn FrozenOpState + 'clone>
 
fn clone(&self) -> Box<dyn FrozenOpState + 'clone>
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