pub struct DIMO {
pub attestation: AttestationClient,
pub auth: AuthClient,
pub devicedefinitions: DeviceDefinitions,
pub devices: Devices,
pub tokenexchange: TokenExchange,
pub trips: Trips,
pub valuations: Valuations,
pub vehiclesignaldecoding: VehicleSignalDecoding,
pub identity: Identity,
pub telemetry: Telemetry,
}Fields§
§attestation: AttestationClient§auth: AuthClient§devicedefinitions: DeviceDefinitions§devices: Devices§tokenexchange: TokenExchange§trips: Trips§valuations: Valuations§vehiclesignaldecoding: VehicleSignalDecoding§identity: Identity§telemetry: TelemetryImplementations§
Auto Trait Implementations§
impl Freeze for DIMO
impl RefUnwindSafe for DIMO
impl Send for DIMO
impl Sync for DIMO
impl Unpin for DIMO
impl UnwindSafe for DIMO
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