pub struct Payments { /* private fields */ }Trait Implementations§
Source§impl DataTypeFunctions for Payments
impl DataTypeFunctions for Payments
Auto Trait Implementations§
impl Freeze for Payments
impl RefUnwindSafe for Payments
impl Send for Payments
impl Sync for Payments
impl Unpin for Payments
impl UnsafeUnpin for Payments
impl UnwindSafe for Payments
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