pub struct PaymentToolset { /* private fields */ }Available on crate feature
payments only.Expand description
A set of agent-facing payment tools backed by the canonical commerce kernel.
Implementations§
Auto Trait Implementations§
impl Freeze for PaymentToolset
impl !RefUnwindSafe for PaymentToolset
impl Send for PaymentToolset
impl Sync for PaymentToolset
impl Unpin for PaymentToolset
impl UnsafeUnpin for PaymentToolset
impl !UnwindSafe for PaymentToolset
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