Struct ricq_core::Engine

source ·
pub struct Engine {
    pub uin: AtomicI64,
    pub transport: Transport,
    pub seq_id: AtomicU16,
    pub request_packet_request_id: AtomicI32,
    pub group_seq: AtomicI32,
    pub friend_seq: AtomicI32,
    pub group_data_trans_seq: AtomicI32,
    pub highway_apply_up_seq: AtomicI32,
}

Fields§

§uin: AtomicI64§transport: Transport§seq_id: AtomicU16§request_packet_request_id: AtomicI32§group_seq: AtomicI32§friend_seq: AtomicI32§group_data_trans_seq: AtomicI32§highway_apply_up_seq: AtomicI32

Implementations§

添加好友分组

重命名好友分组

删除好友分组

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.