pub struct UserAgentDetails {
pub app_name: String,
pub contact_email: String,
pub version: String,
}Expand description
User agent details for nadeo services; format: app_name/version (contact_email)
Fields§
§app_name: String§contact_email: String§version: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UserAgentDetails
impl RefUnwindSafe for UserAgentDetails
impl Send for UserAgentDetails
impl Sync for UserAgentDetails
impl Unpin for UserAgentDetails
impl UnwindSafe for UserAgentDetails
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