pub struct PaymentRef;Expand description
PaymentRef (476).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PaymentRef
impl RefUnwindSafe for PaymentRef
impl Send for PaymentRef
impl Sync for PaymentRef
impl Unpin for PaymentRef
impl UnsafeUnpin for PaymentRef
impl UnwindSafe for PaymentRef
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