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