pub struct RedPacket { /* private fields */ }Implementations§
Source§impl RedPacket
impl RedPacket
pub fn chain<T>(self, value: T) -> Self
pub fn claimed_amount<T>(self, value: T) -> Self
pub fn claimed_count<T>(self, value: T) -> Self
pub fn created_at<T>(self, value: T) -> Self
pub fn creator<T>(self, value: T) -> Self
pub fn expiration<T>(self, value: T) -> Self
pub fn expired<T>(self, value: T) -> Self
pub fn expired_at<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn max_claims<T>(self, value: T) -> Self
pub fn memo<T>(self, value: T) -> Self
pub fn mint<T>(self, value: T) -> Self
pub fn refunded_amount<T>(self, value: T) -> Self
pub fn total_amount<T>(self, value: T) -> Self
pub fn tx_hash<T>(self, value: T) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RedPacket
impl RefUnwindSafe for RedPacket
impl Send for RedPacket
impl Sync for RedPacket
impl Unpin for RedPacket
impl UnsafeUnpin for RedPacket
impl UnwindSafe for RedPacket
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