pub struct RedeemVoucherEventFaction {
pub faction: String,
pub amount: u64,
}
Fields§
§faction: String
§amount: u64
Trait Implementations§
Source§impl Clone for RedeemVoucherEventFaction
impl Clone for RedeemVoucherEventFaction
Source§fn clone(&self) -> RedeemVoucherEventFaction
fn clone(&self) -> RedeemVoucherEventFaction
Returns a copy 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 RedeemVoucherEventFaction
impl Debug for RedeemVoucherEventFaction
Source§impl<'de> Deserialize<'de> for RedeemVoucherEventFaction
impl<'de> Deserialize<'de> for RedeemVoucherEventFaction
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for RedeemVoucherEventFaction
Auto Trait Implementations§
impl Freeze for RedeemVoucherEventFaction
impl RefUnwindSafe for RedeemVoucherEventFaction
impl Send for RedeemVoucherEventFaction
impl Sync for RedeemVoucherEventFaction
impl Unpin for RedeemVoucherEventFaction
impl UnwindSafe for RedeemVoucherEventFaction
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