Struct oo_bindgen::model::Initializer
source · pub struct Initializer<D>where
D: DocReference,{ /* private fields */ }Expand description
An initializer defines how to construct a struct
Implementations§
source§impl<D> Initializer<D>where
D: DocReference,
impl<D> Initializer<D>where
D: DocReference,
pub fn collides_with(&self, other: &Self) -> bool
pub fn full(initializer_type: InitializerType, doc: Doc<D>) -> Self
Trait Implementations§
source§impl<D> Clone for Initializer<D>where
D: DocReference + Clone,
impl<D> Clone for Initializer<D>where
D: DocReference + Clone,
source§fn clone(&self) -> Initializer<D>
fn clone(&self) -> Initializer<D>
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