pub struct isOneTimePayment;Trait Implementations§
Source§impl Field for isOneTimePayment
impl Field for isOneTimePayment
Source§impl HasField<isOneTimePayment> for Sponsorship
impl HasField<isOneTimePayment> for Sponsorship
Auto Trait Implementations§
impl Freeze for isOneTimePayment
impl RefUnwindSafe for isOneTimePayment
impl Send for isOneTimePayment
impl Sync for isOneTimePayment
impl Unpin for isOneTimePayment
impl UnwindSafe for isOneTimePayment
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