pub struct Session {
pub ip: Option<String>,
pub country: Option<String>,
pub referrer_header: Option<String>,
pub os: Option<String>,
}Expand description
Sentry Application Session
Fields
ip: Option<String>country: Option<String>referrer_header: Option<String>os: Option<String>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Session
impl Send for Session
impl Sync for Session
impl Unpin for Session
impl UnwindSafe for Session
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more