pub struct Routes {
pub attestation: &'static str,
pub auth: &'static str,
pub identity: &'static str,
pub devices: &'static str,
pub device_definitions: &'static str,
pub events: &'static str,
pub telemetry: &'static str,
pub token_exchange: &'static str,
pub trips: &'static str,
pub valuations: &'static str,
}Fields§
§attestation: &'static str§auth: &'static str§identity: &'static str§devices: &'static str§device_definitions: &'static str§events: &'static str§telemetry: &'static str§token_exchange: &'static str§trips: &'static str§valuations: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for Routes
impl RefUnwindSafe for Routes
impl Send for Routes
impl Sync for Routes
impl Unpin for Routes
impl UnwindSafe for Routes
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