Struct paradox_typed_db::rows::DeletionRestrictionsRow
source · pub struct DeletionRestrictionsRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> DeletionRestrictionsRow<'a, 'b>
impl<'a, 'b> DeletionRestrictionsRow<'a, 'b>
sourcepub fn restricted(&self) -> bool
pub fn restricted(&self) -> bool
Get the data in column restricted
sourcepub fn check_type(&self) -> i32
pub fn check_type(&self) -> i32
Get the data in column checkType
sourcepub fn loc_status(&self) -> i32
pub fn loc_status(&self) -> i32
Get the data in column locStatus
sourcepub fn gate_version(&self) -> Option<&'a Latin1Str>
pub fn gate_version(&self) -> Option<&'a Latin1Str>
Get the data in column gate_version
Trait Implementations§
source§impl<'a, 'b> Clone for DeletionRestrictionsRow<'a, 'b>
impl<'a, 'b> Clone for DeletionRestrictionsRow<'a, 'b>
source§fn clone(&self) -> DeletionRestrictionsRow<'a, 'b>
fn clone(&self) -> DeletionRestrictionsRow<'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