Struct paradox_typed_db::rows::MinifigDecalsEyebrowsRow
source · pub struct MinifigDecalsEyebrowsRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> MinifigDecalsEyebrowsRow<'a, 'b>
impl<'a, 'b> MinifigDecalsEyebrowsRow<'a, 'b>
sourcepub fn character_create_valid(&self) -> bool
pub fn character_create_valid(&self) -> bool
Get the data in column CharacterCreateValid
Trait Implementations§
source§impl<'a, 'b> Clone for MinifigDecalsEyebrowsRow<'a, 'b>
impl<'a, 'b> Clone for MinifigDecalsEyebrowsRow<'a, 'b>
source§fn clone(&self) -> MinifigDecalsEyebrowsRow<'a, 'b>
fn clone(&self) -> MinifigDecalsEyebrowsRow<'a, 'b>
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