[−][src]Struct sentry_types::protocol::v7::User
Represents user info.
Fields
id: Option<String>
The ID of the user.
email: Option<String>
The email address of the user.
ip_address: Option<IpAddress>
The remote ip address of the user.
username: Option<String>
A human readable username of the user.
other: Map<String, Value>
Additional arbitrary fields for forwards compatibility.
Trait Implementations
impl Default for User
[src][+]
impl Clone for User
[src][+]
impl PartialEq<User> for User
[src][+]
impl Debug for User
[src][+]
impl Serialize for User
[src][+]
impl<'de> Deserialize<'de> for User
[src][+]
Auto Trait Implementations
impl Unpin for User
impl Sync for User
impl Send for User
impl UnwindSafe for User
impl RefUnwindSafe for User
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,