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