pub struct GatewayIdentifyConnectionProps {
pub os: String,
pub browser: String,
pub device: String,
}Fields§
§os: String§browser: String§device: StringTrait Implementations§
Source§impl Default for GatewayIdentifyConnectionProps
impl Default for GatewayIdentifyConnectionProps
Source§fn default() -> GatewayIdentifyConnectionProps
fn default() -> GatewayIdentifyConnectionProps
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GatewayIdentifyConnectionProps
impl<'de> Deserialize<'de> for GatewayIdentifyConnectionProps
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GatewayIdentifyConnectionProps
impl RefUnwindSafe for GatewayIdentifyConnectionProps
impl Send for GatewayIdentifyConnectionProps
impl Sync for GatewayIdentifyConnectionProps
impl Unpin for GatewayIdentifyConnectionProps
impl UnwindSafe for GatewayIdentifyConnectionProps
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