pub struct RedPacketStatusMsg {
pub oId: String,
pub count: u32,
pub got: u32,
pub whoGive: String,
pub whoGot: Vec<String>,
pub avatarURL20: String,
pub avatarURL48: String,
pub avatarURL210: String,
}Expand description
红包状态信息
Fields§
§oId: String§count: u32§got: u32§whoGive: String§whoGot: Vec<String>§avatarURL20: String§avatarURL48: String§avatarURL210: StringImplementations§
Source§impl RedPacketStatusMsg
impl RedPacketStatusMsg
pub fn from_value(data: &Value) -> Result<Self, Error>
Trait Implementations§
Source§impl Clone for RedPacketStatusMsg
impl Clone for RedPacketStatusMsg
Source§fn clone(&self) -> RedPacketStatusMsg
fn clone(&self) -> RedPacketStatusMsg
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RedPacketStatusMsg
impl RefUnwindSafe for RedPacketStatusMsg
impl Send for RedPacketStatusMsg
impl Sync for RedPacketStatusMsg
impl Unpin for RedPacketStatusMsg
impl UnsafeUnpin for RedPacketStatusMsg
impl UnwindSafe for RedPacketStatusMsg
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