pub struct ProximityMonitorComponentRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> ProximityMonitorComponentRow<'a, 'b>
impl<'a, 'b> ProximityMonitorComponentRow<'a, 'b>
sourcepub fn proximities(&self) -> &'a Latin1Str
pub fn proximities(&self) -> &'a Latin1Str
Get the data in column Proximities
sourcepub fn load_on_client(&self) -> bool
pub fn load_on_client(&self) -> bool
Get the data in column LoadOnClient
sourcepub fn load_on_server(&self) -> bool
pub fn load_on_server(&self) -> bool
Get the data in column LoadOnServer
Trait Implementations§
source§impl<'a, 'b> Clone for ProximityMonitorComponentRow<'a, 'b>
impl<'a, 'b> Clone for ProximityMonitorComponentRow<'a, 'b>
source§fn clone(&self) -> ProximityMonitorComponentRow<'a, 'b>
fn clone(&self) -> ProximityMonitorComponentRow<'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