Struct oo_bindgen::model::ClassConstructor
source · pub struct ClassConstructor<T>where
T: DocReference,{ /* private fields */ }Trait Implementations§
source§impl<T> Clone for ClassConstructor<T>where
T: DocReference + Clone,
impl<T> Clone for ClassConstructor<T>where
T: DocReference + Clone,
source§fn clone(&self) -> ClassConstructor<T>
fn clone(&self) -> ClassConstructor<T>
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