pub struct PropertyEntranceComponentRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> PropertyEntranceComponentRow<'a, 'b>
impl<'a, 'b> PropertyEntranceComponentRow<'a, 'b>
sourcepub fn property_name(&self) -> &'a Latin1Str
pub fn property_name(&self) -> &'a Latin1Str
Get the data in column propertyName
sourcepub fn is_on_property(&self) -> bool
pub fn is_on_property(&self) -> bool
Get the data in column isOnProperty
sourcepub fn group_type(&self) -> Option<&'a Latin1Str>
pub fn group_type(&self) -> Option<&'a Latin1Str>
Get the data in column groupType
Trait Implementations§
source§impl<'a, 'b> Clone for PropertyEntranceComponentRow<'a, 'b>
impl<'a, 'b> Clone for PropertyEntranceComponentRow<'a, 'b>
source§fn clone(&self) -> PropertyEntranceComponentRow<'a, 'b>
fn clone(&self) -> PropertyEntranceComponentRow<'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