pub struct PumpAmm;Expand description
Type representing the program.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PumpAmm
impl RefUnwindSafe for PumpAmm
impl Send for PumpAmm
impl Sync for PumpAmm
impl Unpin for PumpAmm
impl UnsafeUnpin for PumpAmm
impl UnwindSafe for PumpAmm
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