1#[derive(Debug, Clone, Copy, PartialEq, Eq)] 2pub struct Credential<'a> { 3 pub device_uuid: &'a str, 4 pub access_token: &'a str, 5}