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