pub struct BlacksmithPayment {
pub metal: u64,
pub arcane: u64,
}Fields§
§metal: u64§arcane: u64Trait Implementations§
Source§impl Clone for BlacksmithPayment
impl Clone for BlacksmithPayment
Source§fn clone(&self) -> BlacksmithPayment
fn clone(&self) -> BlacksmithPayment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BlacksmithPayment
impl Debug for BlacksmithPayment
impl Copy for BlacksmithPayment
Auto Trait Implementations§
impl Freeze for BlacksmithPayment
impl RefUnwindSafe for BlacksmithPayment
impl Send for BlacksmithPayment
impl Sync for BlacksmithPayment
impl Unpin for BlacksmithPayment
impl UnsafeUnpin for BlacksmithPayment
impl UnwindSafe for BlacksmithPayment
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