pub struct DeviceTrackerConfig {
pub common: EntityCommonConfig,
}Fields§
§common: EntityCommonConfigTrait Implementations§
Source§impl Debug for DeviceTrackerConfig
impl Debug for DeviceTrackerConfig
Source§impl Default for DeviceTrackerConfig
impl Default for DeviceTrackerConfig
Source§fn default() -> DeviceTrackerConfig
fn default() -> DeviceTrackerConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeviceTrackerConfig
impl RefUnwindSafe for DeviceTrackerConfig
impl Send for DeviceTrackerConfig
impl Sync for DeviceTrackerConfig
impl Unpin for DeviceTrackerConfig
impl UnwindSafe for DeviceTrackerConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more