pub struct PaymentLink;Trait Implementations§
Source§impl Debug for PaymentLink
impl Debug for PaymentLink
Source§impl OpenGraphTypeMarker for PaymentLink
impl OpenGraphTypeMarker for PaymentLink
Auto Trait Implementations§
impl Freeze for PaymentLink
impl RefUnwindSafe for PaymentLink
impl Send for PaymentLink
impl Sync for PaymentLink
impl Unpin for PaymentLink
impl UnwindSafe for PaymentLink
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