Struct ricq_core::structs::OtherClientInfo
source · [−]pub struct OtherClientInfo {
pub app_id: i64,
pub instance_id: i32,
pub sub_platform: String,
pub device_kind: String,
}Fields
app_id: i64instance_id: i32sub_platform: Stringdevice_kind: StringTrait Implementations
sourceimpl Debug for OtherClientInfo
impl Debug for OtherClientInfo
sourceimpl Default for OtherClientInfo
impl Default for OtherClientInfo
sourcefn default() -> OtherClientInfo
fn default() -> OtherClientInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for OtherClientInfo
impl Send for OtherClientInfo
impl Sync for OtherClientInfo
impl Unpin for OtherClientInfo
impl UnwindSafe for OtherClientInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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