Struct paradox_typed_db::rows::SysdiagramsRow
source · pub struct SysdiagramsRow<'a, 'b> { /* private fields */ }
Expand description
Row of the sysdiagrams
table
See also: SysdiagramsTable
Implementations§
source§impl<'a, 'b> SysdiagramsRow<'a, 'b>
impl<'a, 'b> SysdiagramsRow<'a, 'b>
sourcepub fn principal_id(&self) -> i32
pub fn principal_id(&self) -> i32
Get the data in column principal_id
sourcepub fn diagram_id(&self) -> i32
pub fn diagram_id(&self) -> i32
Get the data in column diagram_id
sourcepub fn definition(&self) -> &'a Latin1Str
pub fn definition(&self) -> &'a Latin1Str
Get the data in column definition
Trait Implementations§
source§impl<'a, 'b> Clone for SysdiagramsRow<'a, 'b>
impl<'a, 'b> Clone for SysdiagramsRow<'a, 'b>
source§fn clone(&self) -> SysdiagramsRow<'a, 'b>
fn clone(&self) -> SysdiagramsRow<'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