pub struct TransferCreditsParams {
pub id: u32,
pub amount: f32,
}
Fields§
§id: u32
§amount: f32
Auto Trait Implementations§
impl Freeze for TransferCreditsParams
impl RefUnwindSafe for TransferCreditsParams
impl Send for TransferCreditsParams
impl Sync for TransferCreditsParams
impl Unpin for TransferCreditsParams
impl UnwindSafe for TransferCreditsParams
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