pub struct RedPacketReply { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for RedPacketReply
impl Clone for RedPacketReply
Source§fn clone(&self) -> RedPacketReply
fn clone(&self) -> RedPacketReply
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 moreSource§impl Debug for RedPacketReply
impl Debug for RedPacketReply
Source§impl Default for RedPacketReply
impl Default for RedPacketReply
Source§impl From<RedPacketReply> for RedPacketReply
impl From<RedPacketReply> for RedPacketReply
Source§fn from(value: RedPacketReply) -> Self
fn from(value: RedPacketReply) -> Self
Converts to this type from the input type.
Source§impl TryFrom<RedPacketReply> for RedPacketReply
impl TryFrom<RedPacketReply> for RedPacketReply
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: RedPacketReply) -> Result<Self, ConversionError>
fn try_from(value: RedPacketReply) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for RedPacketReply
impl RefUnwindSafe for RedPacketReply
impl Send for RedPacketReply
impl Sync for RedPacketReply
impl Unpin for RedPacketReply
impl UnwindSafe for RedPacketReply
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