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