[−][src]Struct twilight_model::gateway::payload::identify::IdentifyProperties
Fields
browser: String
device: String
os: String
referrer: String
referring_domain: String
Implementations
impl IdentifyProperties
[src][−]
pub fn new(
browser: impl Into<String>,
device: impl Into<String>,
os: impl Into<String>,
referrer: impl Into<String>,
referring_domain: impl Into<String>
) -> Self
[src]
browser: impl Into<String>,
device: impl Into<String>,
os: impl Into<String>,
referrer: impl Into<String>,
referring_domain: impl Into<String>
) -> Self
Trait Implementations
impl Clone for IdentifyProperties
[src][+]
impl Debug for IdentifyProperties
[src][+]
impl<'de> Deserialize<'de> for IdentifyProperties
[src][+]
impl Eq for IdentifyProperties
[src]
impl Hash for IdentifyProperties
[src][+]
impl PartialEq<IdentifyProperties> for IdentifyProperties
[src][+]
impl Serialize for IdentifyProperties
[src][+]
impl StructuralEq for IdentifyProperties
[src]
impl StructuralPartialEq for IdentifyProperties
[src]
Auto Trait Implementations
impl RefUnwindSafe for IdentifyProperties
impl Send for IdentifyProperties
impl Sync for IdentifyProperties
impl Unpin for IdentifyProperties
impl UnwindSafe for IdentifyProperties
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
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> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
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>,