pub struct BurnRequest {
pub amount: i64,
}Fields§
§amount: i64Trait Implementations§
Source§impl Debug for BurnRequest
impl Debug for BurnRequest
Auto Trait Implementations§
impl Freeze for BurnRequest
impl RefUnwindSafe for BurnRequest
impl Send for BurnRequest
impl Sync for BurnRequest
impl Unpin for BurnRequest
impl UnsafeUnpin for BurnRequest
impl UnwindSafe for BurnRequest
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