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